No break
This commit is contained in:
parent
ea92af68f0
commit
e03071ec18
|
@ -890,7 +890,6 @@ function menu_top_level {
|
||||||
selection=$(dialog --backtitle $"Freedombone User Control Panel" --title $"User Control Panel" --menu $"Choose an operation, or ESC to log out:" 20 60 13 "${W[@]}" 3>&2 2>&1 1>&3)
|
selection=$(dialog --backtitle $"Freedombone User Control Panel" --title $"User Control Panel" --menu $"Choose an operation, or ESC to log out:" 20 60 13 "${W[@]}" 3>&2 2>&1 1>&3)
|
||||||
if [ ! "$selection" ]; then
|
if [ ! "$selection" ]; then
|
||||||
kill -HUP "$(pgrep -s 0 -o)"
|
kill -HUP "$(pgrep -s 0 -o)"
|
||||||
break
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case $selection in
|
case $selection in
|
||||||
|
|
Loading…
Reference in New Issue