Update tabs/utils/monitor-control/set_brightness.sh

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
Chris Titus 2024-09-18 12:04:37 -05:00 committed by GitHub
parent 7f286461b1
commit 3f6209e7f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ adjust_monitor_brightness() {
if [ "$monitor_choice" -lt 1 ] || [ "$monitor_choice" -gt "$#" ]; then
printf "%b\n" "${RED}Invalid selection. Please try again.${RC}"
echo "Press [Enter] to continue..."
read
read dummy
continue
fi