Skip to content

Commit bb83a63

Browse files
authored
reboot after 10 minutes instead
part fix for #2638 Signed-off-by: Daniel Hansson <[email protected]>
1 parent 2da7343 commit bb83a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menu/main_menu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To upgrade to the latest version, please run: 'sudo bash $SCRIPTS/update.sh' fro
8181
download_script STATIC update
8282
if [ -n "$REBOOT_SET" ]
8383
then
84-
sed -i "s|exit|/sbin/shutdown -r +1|g" "$SCRIPTS"/update.sh
84+
sed -i "s|exit|/sbin/shutdown -r +10|g" "$SCRIPTS"/update.sh
8585
fi
8686
do_the_update
8787
else

0 commit comments

Comments
 (0)