Fix: Erase all forgotten stuff from grml-config-user [Closes: issue1272]
[grml-scripts.git] / usr_sbin / grml-config
index be216f3..d6a5e32 100755 (executable)
@@ -27,7 +27,6 @@ http://www.grml.org/ - contact (at) grml.org
 
 " 13 65 3 \
 "root" "Admin scripts (needs root permissions)" \
-"user" "User scripts" \
 "exit" "Exit this program")
 
 retval=$?
@@ -37,9 +36,6 @@ case $retval in
         if [ "$MENU" = "root" ]; then
           exec grml-config-root
         fi
-        if [ "$MENU" = "user" ]; then
-          exec grml-config-user
-        fi
         if [ "$MENU" = "exit" ]; then
           exit
         fi