uci-docker-nextcloud/deploy/start

6 lines
115 B
Plaintext
Raw Normal View History

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