Skip to content

Commit

Permalink
feat: add press any key to continue to spot issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sitolam committed Dec 22, 2024
1 parent 4b618a4 commit 33ff4c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -1489,6 +1489,7 @@ EOF

# System power menu
reboot_system() {
read -n 1 -p 'Press any key to continue...'
if $installed; then
while true; do
choice=$(dialog --title "Reboot System" --nocancel \
Expand Down

0 comments on commit 33ff4c3

Please sign in to comment.