From f17d0d936f3b3bf1e17bd2a6f23b534cf5e33868 Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 19 Mar 2023 01:56:54 -0700 Subject: [PATCH] test --- unity-command/entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unity-command/entrypoint.sh b/unity-command/entrypoint.sh index b6131c8..229e0f6 100644 --- a/unity-command/entrypoint.sh +++ b/unity-command/entrypoint.sh @@ -23,6 +23,9 @@ EOF cat $SSH_DIR/config fi ls -Al Library +while true; do + sleep 1 +done; #Activate Unity if [[ "$SERIAL" == "personal" ]]; then UnityBuilder activate -i /usr/bin/unity-editor -u $EMAIL -p $PASSWORD