@@ -546,7 +546,7 @@ function menu_admin {
if grep -q "$USER ALL=(ALL) ALL" /etc/sudoers; then
sudo freedombone-controlpanel
else
- exit
+ exit 0
fi
}