Different exit
This commit is contained in:
parent
bec8a21ebc
commit
11b10d8a52
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue