mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-24 14:31:52 +01:00
Updated init script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user