From c837b8c3adab32ce4d39f2db6a844bae481afffb Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 12 Mar 2023 20:39:33 -0700 Subject: [PATCH] fix --- unity-command/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity-command/entrypoint.sh b/unity-command/entrypoint.sh index f21b238..9fe07a0 100644 --- a/unity-command/entrypoint.sh +++ b/unity-command/entrypoint.sh @@ -25,7 +25,7 @@ fi #Activate Unity if [[ "$SERIAL" == "public" ]]; then - UnityBuilder -i /usr/bin/unity-editor -u $EMAIL -p $PASSWORD + UnityBuilder activate -i /usr/bin/unity-editor -u $EMAIL -p $PASSWORD else unity-editor $DEFAULT_ARGS -serial $SERIAL -username $EMAIL -password $PASSWORD fi