From ea2e008a46776f452e23240780f2bf644b05ee74 Mon Sep 17 00:00:00 2001 From: Webber Date: Sun, 24 Nov 2019 21:39:56 +0100 Subject: [PATCH] Don't bail when license command exits 1 --- request-activation/entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/request-activation/entrypoint.sh b/request-activation/entrypoint.sh index 5bb2fd6..c309e09 100644 --- a/request-activation/entrypoint.sh +++ b/request-activation/entrypoint.sh @@ -1,7 +1,5 @@ #!/usr/bin/env bash -set -e - if [[ -n "$UNITY_LICENSE" ]]; then # # PERSONAL LICENSE MODE