Skip to content

Commit

Permalink
Merge branch 'main' into audit-log
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored May 24, 2024
2 parents 24d171f + bb83a63 commit 2de80c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/main_menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ To upgrade to the latest version, please run: 'sudo bash $SCRIPTS/update.sh' fro
download_script STATIC update
if [ -n "$REBOOT_SET" ]
then
sed -i "s|exit|/sbin/shutdown -r +1|g" "$SCRIPTS"/update.sh
sed -i "s|exit|/sbin/shutdown -r +10|g" "$SCRIPTS"/update.sh
fi
do_the_update
else
Expand Down

0 comments on commit 2de80c2

Please sign in to comment.