Update scaling-governor.sh

This commit is contained in:
tteckster 2022-10-30 00:19:48 -04:00 committed by GitHub
parent cf1f174174
commit bfadcb1c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ show_menu() {
}
clear
show_menu
while [ $opt != '' ]; do
if [ $opt = '' ]; then
while [ "$opt" != "" ]; do
if [ "$opt" = "" ]; then
exit
else
case $opt in