From 06b3d915c9591dc9a62be9f28e78766a959affce Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Tue, 14 Nov 2023 18:26:29 -0800 Subject: [PATCH] Add debug print --- dist/platforms/mac/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/platforms/mac/entrypoint.sh b/dist/platforms/mac/entrypoint.sh index b5a5e6f1..65ab28e3 100755 --- a/dist/platforms/mac/entrypoint.sh +++ b/dist/platforms/mac/entrypoint.sh @@ -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;