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