uci-docker-nextcloud/deploy/start
David Kebler b03c398e35 Total refactor of upgrade and install functions
Many other refactors/fixes/improvements inlcuding to supervisor
now suitable for release 30
2024-10-17 17:26:11 -07:00

6 lines
118 B
Bash
Executable file

#!/bin/bash
if dcp=$(./dcp "$@"); then
eval "$dcp up -d"
else
echo no environment file passed ${1:-$ENV_FILE}
fi