Fix user menu

This commit is contained in:
Bob Mottram 2016-09-30 15:02:49 +01:00
parent da3f06d60d
commit e69438ccc7
1 changed files with 5 additions and 6 deletions

View File

@ -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;;