X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-quickconfig;h=4fd0852c2cda548cb6c262ed5491ea819bb11fac;hb=291b8d09ba53d99086284c7a16b980bb224166d4;hp=78044c4bdb19356bafe471cafc30499b0dd68bd4;hpb=3b6455afea9e1490f0e074f664fa6b2472a3ffd7;p=grml-quickconfig.git diff --git a/grml-quickconfig b/grml-quickconfig index 78044c4..4fd0852 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 # }}} @@ -167,7 +172,6 @@ while : ; do esac done -echo "Happy Hacking" # }}} ## END OF FILE #################################################################