update reboot dialog

This commit is contained in:
rootzoll
2018-12-02 23:50:14 +01:00
parent 6236d3745e
commit 540e59eb51

View File

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