Bob Mottram 7 лет назад
Родитель
Сommit
e03071ec18
1 измененных файлов: 0 добавлений и 1 удалений
  1. 0
    1
      src/freedombone-controlpanel-user

+ 0
- 1
src/freedombone-controlpanel-user Просмотреть файл

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