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
if [ "$2" = "n" ]; then
norestart=1
else
# if [ "$2" = "n" ]; then
if [ -z "$2"]; then
norestart=0
else
norestart=1
fi
reboot=0

Loading…
Cancel
Save

Powered by TurnKey Linux.