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