Bob Mottram 9 years ago
parent
commit
53b0342fa0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-controlpanel-user

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

@@ -422,7 +422,7 @@ function menu_top_level {
422 422
             4) irssi;;
423 423
             5) menu_encryption_key;;
424 424
             6) break;;
425
-            7) logout;;
425
+            7) kill -HUP $PPID;;
426 426
         esac
427 427
     done
428 428
 }