uci-docker-nextcloud/deploy/start

7 lines
118 B
Plaintext
Raw Permalink Normal View History

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