Automagical Correction for Munki2

This commit is contained in:
christophergrande
2014-02-28 05:28:11 +00:00
parent defeb6a604
commit 2b7165aa24
+1 -1
View File
@@ -25,7 +25,7 @@ PARENTDIRNAME=`basename $PARENTDIR`
if [ "$PARENTDIRNAME" == "code" ]; then
GRANDPARENTDIR=`dirname $PARENTDIR`
GRANDPARENTDIRNAME=`basename $GRANDPARENTDIR`
if [ "$GRANDPARENTDIRNAME" == "munki" ]; then
if [ "$GRANDPARENTDIRNAME" == "Munki2" ]; then
MUNKIROOT="$GRANDPARENTDIR"
fi
fi