From 500ffa8fab16abc35e943bac6a0693899abc75b7 Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 19 Mar 2023 00:53:36 -0700 Subject: [PATCH] test library --- unity-command/entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unity-command/entrypoint.sh b/unity-command/entrypoint.sh index ffbd469..b6131c8 100644 --- a/unity-command/entrypoint.sh +++ b/unity-command/entrypoint.sh @@ -22,7 +22,7 @@ EOF chmod 644 $SSH_DIR/id_rsa.pub cat $SSH_DIR/config fi - +ls -Al Library #Activate Unity if [[ "$SERIAL" == "personal" ]]; then UnityBuilder activate -i /usr/bin/unity-editor -u $EMAIL -p $PASSWORD @@ -32,3 +32,4 @@ fi #Run the command. unity-editor $DEFAULT_ARGS $COMMAND +ls -Al Library \ No newline at end of file