mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 11:56:20 +00:00
Update edge-kernel.sh
fix "$opt"
This commit is contained in:
parent
be152dd3aa
commit
5733159956
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user