Add debug print

pull/596/head
Andrew Kahr 2023-11-14 18:26:29 -08:00
parent 80d273634a
commit 06b3d915c9
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
UNITY_LICENSE_PATH="/Library/Application Support/Unity"
if [ -d "$UNITY_LICENSE_PATH" ]; then
echo "Creating Unity License Directory"
sudo mkdir -p "$UNITY_LICENSE_PATH"
sudo chmod -R 777 "$UNITY_LICENSE_PATH"
fi;