Update scaling-governor.sh

pull/727/head
tteckster 2 years ago committed by GitHub
parent cf1f174174
commit bfadcb1c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by BW's shoe-string budget.