mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
Update tabs/utils/monitor-control/set_brightness.sh
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
parent
7f286461b1
commit
3f6209e7f6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user