mirror of
https://github.com/munki/munki.git
synced 2026-04-22 12:38:23 -05:00
Automagical Correction for Munki2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user