Update edge-kernel.sh

fix "$opt"
This commit is contained in:
tteckster 2022-11-13 13:38:37 -05:00 committed by GitHub
parent be152dd3aa
commit 5733159956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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