From a6b928dd484a7fd9e015525b470bc6f9b66a135e Mon Sep 17 00:00:00 2001 From: Webber Date: Tue, 3 Dec 2019 22:35:06 +0100 Subject: [PATCH] Debug pro, by checkout output of license --- entrypoint.sh | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 3bbb4e9..01653d3 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -68,6 +68,18 @@ if [[ -n "$UNITY_LICENSE" ]]; then exit $UNITY_EXIT_CODE else + # + # TODO - Remove any debugging below + # + + # Figure out which files were added + printf "\n\n./(entry folder)\n\n" + ls -alh + printf "\n\n/root/.local/share/unity3d\n\n" + ls -Ralph /root/.local/share/unity3d + printf "\n\n/opt/Unity/Editor/\n\n" + ls -alh /opt/Unity/Editor/ + # # PROFESSIONAL (SERIAL) LICENSE MODE # @@ -85,4 +97,21 @@ else -username "$UNITY_EMAIL" \ -password "$UNITY_PASSWORD" + # + # Export the activation instance + # + # TODO - Remove any debugging below + # + + # Figure out which files were added + printf "\n\n./(entry folder)\n\n" + ls -alh + printf "\n\n/root/.local/share/unity3d\n\n" + ls -Ralph /root/.local/share/unity3d + printf "\n\n/opt/Unity/Editor/\n\n" + ls -alh /opt/Unity/Editor/ + + # Set resulting file as output + # RECEIVED_ACTIVATION="$(