From f4049a2a406d0003798257eb230b775d7d22bb9c Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 19 Mar 2023 04:47:19 -0700 Subject: [PATCH] Removed excess logs --- unity-command/entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/unity-command/entrypoint.sh b/unity-command/entrypoint.sh index a1e2033..624e0bd 100644 --- a/unity-command/entrypoint.sh +++ b/unity-command/entrypoint.sh @@ -22,7 +22,6 @@ EOF chmod 644 $SSH_DIR/id_rsa.pub cat $SSH_DIR/config fi -ls -Al Library #Activate Unity if [[ "$SERIAL" == "personal" ]]; then @@ -37,4 +36,3 @@ if [[ -n "$UNITY_BUILDER" ]]; then else unity-editor $DEFAULT_ARGS $COMMAND fi -ls -Al Library \ No newline at end of file