|
|
|
@ -11,7 +11,7 @@ echo "------------------------------------------------------------"
|
|
|
|
|
|
|
|
|
|
if [ "$autoStart" = "true" ]; then
|
|
|
|
|
echo "Automatic Start Enabled, starting in 2 min..."
|
|
|
|
|
slee 2m
|
|
|
|
|
sleep 2m
|
|
|
|
|
bash /config/extended/scripts/start.sh
|
|
|
|
|
else
|
|
|
|
|
echo "Automatic Start Disabled, manually run using this command:"
|
|
|
|
|