Skip to content

Commit

Permalink
More syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr committed Nov 15, 2023
1 parent 778378d commit 458ca48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/platforms/mac/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 458ca48

Please sign in to comment.