X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=grml-quickconfig;h=aec64568e299d0c6e6d27d4460fc6ff9c6f10210;hb=be1fb9a99f77b6167b58d4557a09c2c0afb966ee;hp=78044c4bdb19356bafe471cafc30499b0dd68bd4;hpb=729088a90e58817e44993117a852d5cc74a867cb;p=grml-quickconfig.git diff --git a/grml-quickconfig b/grml-quickconfig index 78044c4..aec6456 100755 --- a/grml-quickconfig +++ b/grml-quickconfig @@ -110,7 +110,12 @@ if [ -n "$1" ] ; then fi if [ -z "$MENUDIR" ] ; then - MENUDIR="$SCRIPTDIR" + if [ -d "$SCRIPTDIR/local" ] ; then + MENUDIR="$SCRIPTDIR/local" + + else + MENUDIR="$SCRIPTDIR" + fi fi # }}}