Browse Source

reboot info

#146
rootzoll 6 years ago
parent
commit
18292d06cd
  1. 1
      home.admin/00settingsMenuServices.sh

1
home.admin/00settingsMenuServices.sh

@ -100,5 +100,6 @@ fi
if [ ${needsReboot} -eq 1 ]; then
sleep 2
dialog --title 'OK' --msgbox 'System will reboot to activate changes.' 6 26
echo "rebooting .."
sudo shutdown -r now
fi
Loading…
Cancel
Save