Update config changed to any second parameter is no restart

beta-pl
Alan Johnston 2 years ago committed by GitHub
parent 8d2409a559
commit f203e8df16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,10 +6,11 @@ echo $1
echo $2 echo $2
echo echo
if [ "$2" = "n" ]; then # if [ "$2" = "n" ]; then
norestart=1 if [ -z "$2"]; then
else
norestart=0 norestart=0
else
norestart=1
fi fi
reboot=0 reboot=0

Loading…
Cancel
Save

Powered by TurnKey Linux.