a little sleep before reboot

This commit is contained in:
/geco
2018-12-23 13:04:19 +01:00
parent bd17d8cd82
commit 102b223983

View File

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