diff options
Diffstat (limited to 'snap-src/bin/caddy-control')
-rwxr-xr-x | snap-src/bin/caddy-control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snap-src/bin/caddy-control b/snap-src/bin/caddy-control index 46d36c6b..1905603c 100755 --- a/snap-src/bin/caddy-control +++ b/snap-src/bin/caddy-control @@ -4,7 +4,7 @@ source $SNAP/bin/wekan-read-settings if [ "$CADDY_ENABLED" = "true" ]; then - env LC_ALL=C caddy -conf=$SNAP_COMMON/Caddyfile -host=localhost:${CADDY_PORT} + env LC_ALL=C caddy -conf=$SNAP_COMMON/Caddyfile -host=localhost:${CADDY_PORT} -agree else echo "caddy is disabled. Stop service" snapctl stop --disable ${SNAP_NAME}.caddy |