From 6f3a2bd992b204e38224620ce770f732e670938f Mon Sep 17 00:00:00 2001 From: litefeel Date: Thu, 5 Mar 2020 13:48:05 +0800 Subject: [PATCH] Fixed compatibility --- action/steps/activate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/steps/activate.sh b/action/steps/activate.sh index 0d024cce..5fdd5d04 100644 --- a/action/steps/activate.sh +++ b/action/steps/activate.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -if [[ -n "$UNITY_LICENSE" || -n "$UNITY_LICENSE_FILE" ]]; then +if [[ -n "$UNITY_LICENSE" ]] || [[ -n "$UNITY_LICENSE_FILE" ]]; then # # PERSONAL LICENSE MODE #