Update config changed from n to -n

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

@ -6,7 +6,7 @@ echo $1
echo $2
echo
if [ "$2" = "-n" ]; then
if [ "$2" = "n" ]; then
norestart=1
else
norestart=0

Loading…
Cancel
Save

Powered by TurnKey Linux.