@ -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
fi
echo "No restart"
echo $norestart
reboot=0
restart=0
Powered by TurnKey Linux.