Skip to content

Commit

Permalink
oopsies forgot 2 read -p
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Sep 18, 2024
1 parent 8293794 commit cfd7de1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tabs/utils/monitor-control/set_resolutions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ set_resolutions() {

if ! echo "$monitor_choice" | grep -qE '^[0-9]+$' || [ "$monitor_choice" -lt 1 ] || [ "$monitor_choice" -gt "$((i - 1))" ]; then
printf "%b\n" "${RED}Invalid selection. Please try again.${RC}"
read -p "Press [Enter] to continue..."
printf "%b\n" "Press [Enter] to continue..."
read -r dummy
continue
fi

Expand Down

0 comments on commit cfd7de1

Please sign in to comment.