mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 13:22:28 +00:00
Update tabs/utils/monitor-control/set_brightness.sh
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
parent
28ee76b9b0
commit
7f286461b1
|
@ -31,7 +31,7 @@ adjust_monitor_brightness() {
|
||||||
if ! echo "$monitor_choice" | grep -qE '^[0-9]+$'; then
|
if ! echo "$monitor_choice" | grep -qE '^[0-9]+$'; then
|
||||||
echo "Invalid selection. Please try again."
|
echo "Invalid selection. Please try again."
|
||||||
echo "Press [Enter] to continue..."
|
echo "Press [Enter] to continue..."
|
||||||
read
|
read dummy
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user