uci-docker-nextcloud/deploy/start

7 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