uci-docker-nextcloud/deploy/run
David Kebler 7a83069283 initial
2024-09-12 16:21:59 -07:00

7 lines
No EOL
194 B
Bash
Executable file

#!/bin/bash
if dcp=$(./dcp $1); then
shift 1
eval "export NEXTCLOUD_CMD=idle; $dcp run --rm --name nextcloud_runner nextcloud nextcloud $*"
else
echo no environment file ${1:-$ENV_FILE}
fi