uci-docker-nextcloud/deploy/config
David Kebler 7a83069283 initial
2024-09-12 16:21:59 -07:00

6 lines
No EOL
110 B
Bash
Executable file

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