mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Add missing not flag
This commit is contained in:
parent
06b3d915c9
commit
aae14202b7
2
dist/platforms/mac/entrypoint.sh
vendored
2
dist/platforms/mac/entrypoint.sh
vendored
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
UNITY_LICENSE_PATH="/Library/Application Support/Unity"
|
UNITY_LICENSE_PATH="/Library/Application Support/Unity"
|
||||||
|
|
||||||
if [ -d "$UNITY_LICENSE_PATH" ]; then
|
if [ ! -d "$UNITY_LICENSE_PATH" ]; then
|
||||||
echo "Creating Unity License Directory"
|
echo "Creating Unity License Directory"
|
||||||
sudo mkdir -p "$UNITY_LICENSE_PATH"
|
sudo mkdir -p "$UNITY_LICENSE_PATH"
|
||||||
sudo chmod -R 777 "$UNITY_LICENSE_PATH"
|
sudo chmod -R 777 "$UNITY_LICENSE_PATH"
|
||||||
|
Loading…
Reference in New Issue
Block a user