Update entrypoint.sh
Fixed Syntax after last change
This commit is contained in:
parent
7514206186
commit
968239beb3
2
.github/docker/entrypoint.sh
vendored
2
.github/docker/entrypoint.sh
vendored
@ -52,7 +52,7 @@ crond -L /var/log/crond -l 5
|
|||||||
export SUPERVISORD_CADDY=false
|
export SUPERVISORD_CADDY=false
|
||||||
|
|
||||||
## disable caddy if SKIP_CADDY is set
|
## disable caddy if SKIP_CADDY is set
|
||||||
if [[ "$SKIP_CADDY:-" == "true" ]];
|
if [[ "${SKIP_CADDY:-}" == "true" ]]; then
|
||||||
echo "Starting PHP-FPM only"
|
echo "Starting PHP-FPM only"
|
||||||
else
|
else
|
||||||
echo "Starting PHP-FPM and Caddy"
|
echo "Starting PHP-FPM and Caddy"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user