Bob Mottram 7 years ago
parent
commit
e03071ec18
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/freedombone-controlpanel-user

+ 0
- 1
src/freedombone-controlpanel-user View File

890
         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)
890
         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)
891
         if [ ! "$selection" ]; then
891
         if [ ! "$selection" ]; then
892
             kill -HUP "$(pgrep -s 0 -o)"
892
             kill -HUP "$(pgrep -s 0 -o)"
893
-            break
894
         fi
893
         fi
895
 
894
 
896
         case $selection in
895
         case $selection in