From cfe4a6236a9b9a83b0fb50de1323c69d6fcfecd1 Mon Sep 17 00:00:00 2001 From: Simen Sandvaer Date: Tue, 19 Sep 2023 20:00:29 +0200 Subject: [PATCH] Remove cat of config --- dist/platforms/mac/steps/activate.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/platforms/mac/steps/activate.sh b/dist/platforms/mac/steps/activate.sh index ee9953e7..0451902b 100755 --- a/dist/platforms/mac/steps/activate.sh +++ b/dist/platforms/mac/steps/activate.sh @@ -11,7 +11,6 @@ if [[ -n "$UNITY_LICENSING_SERVER" ]]; then # Custom Unity License Server # echo "Adding licensing server config" - cat "$ACTION_FOLDER/unity-config/services-config.json" mkdir -p "/Library/Application Support/Unity/config/" cp "$ACTION_FOLDER/unity-config/services-config.json" "/Library/Application Support/Unity/config/services-config.json" /Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/Frameworks/UnityLicensingClient.app/Contents/MacOS/Unity.Licensing.Client --acquire-floating > license.txt