mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-19 10:28:58 +01:00
update reboot dialog
This commit is contained in:
@@ -99,6 +99,6 @@ fi
|
|||||||
|
|
||||||
if [ ${needsReboot} -eq 1 ]; then
|
if [ ${needsReboot} -eq 1 ]; then
|
||||||
sleep 2
|
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
|
sudo shutdown -r now
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user