Different exit

This commit is contained in:
Bob Mottram 2016-02-25 11:33:12 +00:00
parent bec8a21ebc
commit 11b10d8a52
1 changed files with 2 additions and 1 deletions

View File

@ -1729,7 +1729,8 @@ function menu_top_level {
if [[ $USER != 'root' ]]; then
# show the user version of the control panel
exit $(freedombone-controlpanel-user)
freedombone-controlpanel-user
exit 0
fi
if [ ! -f $COMPLETION_FILE ]; then