From e77a806de16344570307bcb4411afaeb2d007efd Mon Sep 17 00:00:00 2001 From: Henry Whitaker Date: Fri, 21 Aug 2020 18:21:22 +0100 Subject: [PATCH] Updated init script --- conf/etc/cont-init.d/50-speedtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/etc/cont-init.d/50-speedtest b/conf/etc/cont-init.d/50-speedtest index ec6ecfc9..fdbb317e 100644 --- a/conf/etc/cont-init.d/50-speedtest +++ b/conf/etc/cont-init.d/50-speedtest @@ -108,7 +108,7 @@ if [ -z ${AUTH+x} ]; then echo "AUTH variable not set. Disabling authentication" php /config/www/artisan speedtest:auth --disable else - if [ $AUTH == 'true ']; then + if [ $AUTH == 'true' ]; then echo "AUTH variable set. Enabling authentication" php /config/www/artisan speedtest:auth --enable else