Browse Source

Update scaling-governor.sh

tteckster 2 years ago
parent
commit
bfadcb1c09
1 changed files with 2 additions and 2 deletions
  1. 2 2
      misc/scaling-governor.sh

+ 2 - 2
misc/scaling-governor.sh

@@ -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