From cfd7de1b992f90c1f216d12bfbbf5ca51be8a709 Mon Sep 17 00:00:00 2001 From: nnyyxxxx Date: Wed, 18 Sep 2024 15:33:48 -0400 Subject: [PATCH] oopsies forgot 2 read -p --- tabs/utils/monitor-control/set_resolutions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tabs/utils/monitor-control/set_resolutions.sh b/tabs/utils/monitor-control/set_resolutions.sh index 94eb1b379..4772b163d 100755 --- a/tabs/utils/monitor-control/set_resolutions.sh +++ b/tabs/utils/monitor-control/set_resolutions.sh @@ -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