X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=usr_sbin%2Fgrml-config;h=d6a5e3273cfdbc94cca7ad85101189324179e949;hb=2706049698b8bc7478aa252f5e3a4f394bad4e5e;hp=be216f398a1a0b3395f3f2f383b7095311733e31;hpb=9fef74081f53d30174118872324fa62d4a8145b5;p=grml-scripts.git diff --git a/usr_sbin/grml-config b/usr_sbin/grml-config index be216f3..d6a5e32 100755 --- a/usr_sbin/grml-config +++ b/usr_sbin/grml-config @@ -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