From 3afef9d8d1a6aff772e97df9f5b44ad3036753ef Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 12 Mar 2023 19:50:02 -0700 Subject: [PATCH] fix --- unity-command/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unity-command/entrypoint.sh b/unity-command/entrypoint.sh index 780f7a1..f21b238 100644 --- a/unity-command/entrypoint.sh +++ b/unity-command/entrypoint.sh @@ -25,9 +25,9 @@ fi #Activate Unity if [[ "$SERIAL" == "public" ]]; then - unity-editor $DEFAULT_ARGS -serial $SERIAL -username $EMAIL -password $PASSWORD -else UnityBuilder -i /usr/bin/unity-editor -u $EMAIL -p $PASSWORD +else + unity-editor $DEFAULT_ARGS -serial $SERIAL -username $EMAIL -password $PASSWORD fi #Run the command.