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

7 lines
186 B
Bash
Executable file

#!/bin/bash
if envf=$(./env_file $1) ; then
source $envf
docker exec -it ${NEXTCLOUD_NAME:-nextcloud} /opt/bin/entrypoint nextcloud shell
else
echo no environment file $1
fi