Administrator menu

This commit is contained in:
Bob Mottram 2016-02-27 22:27:47 +00:00
parent 6470f77759
commit 2387255259
1 changed files with 1 additions and 1 deletions

View File

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