From e69438ccc7099aa6ee89859f44f38259d4e3b8d1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 30 Sep 2016 15:02:49 +0100 Subject: [PATCH] Fix user menu --- src/freedombone-controlpanel-user | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/freedombone-controlpanel-user b/src/freedombone-controlpanel-user index 1343505f..55c2b61d 100755 --- a/src/freedombone-controlpanel-user +++ b/src/freedombone-controlpanel-user @@ -796,12 +796,11 @@ function menu_top_level { 2 $"Change Email Filtering Rules" off \ 3 $"Run an App" off \ 4 $"Browse the Web" off \ - 5 $"File Synchronization" off \ - 6 $"My Encryption Keys" off \ - 7 $"Set an outgoing email proxy" off \ - 8 $"Administrator controls" off \ - 9 $"Exit to the command line" off \ - 10 $"Log out" on 2> $data + 5 $"My Encryption Keys" off \ + 6 $"Set an outgoing email proxy" off \ + 7 $"Administrator controls" off \ + 8 $"Exit to the command line" off \ + 9 $"Log out" on 2> $data sel=$? case $sel in 1) exit 1;;