Skip to content

Commit

Permalink
Add missing not flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr committed Nov 15, 2023
1 parent 06b3d91 commit aae1420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/platforms/mac/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

UNITY_LICENSE_PATH="/Library/Application Support/Unity"

if [ -d "$UNITY_LICENSE_PATH" ]; then
if [ ! -d "$UNITY_LICENSE_PATH" ]; then
echo "Creating Unity License Directory"
sudo mkdir -p "$UNITY_LICENSE_PATH"
sudo chmod -R 777 "$UNITY_LICENSE_PATH"
Expand Down

0 comments on commit aae1420

Please sign in to comment.