Update config print no restart

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.