mirror of https://github.com/tteck/Proxmox.git
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