7 lines
No EOL
194 B
Bash
Executable file
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 |