From 458ca489c05f629545990330076dd40da8d32b36 Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Tue, 14 Nov 2023 17:40:45 -0800 Subject: [PATCH] More syntax fixes --- dist/platforms/mac/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/platforms/mac/entrypoint.sh b/dist/platforms/mac/entrypoint.sh index 0e2a2b24..f437e9e8 100755 --- a/dist/platforms/mac/entrypoint.sh +++ b/dist/platforms/mac/entrypoint.sh @@ -6,10 +6,10 @@ UNITY_LICENSE_PATH="/Library/Application Support/Unity" -if [ -d "$UNITY_LICENSE_PATH"] +if [ -d "$UNITY_LICENSE_PATH"]; then sudo mkdir "$UNITY_LICENSE_PATH" sudo chmod -R 777 "$UNITY_LICENSE_PATH" -fi +fi; ACTIVATE_LICENSE_PATH="$ACTION_FOLDER/BlankProject" mkdir -p "$ACTIVATE_LICENSE_PATH"