Testing library

This commit is contained in:
2023-03-19 00:50:43 -07:00
parent 0e2248adce
commit 7b8a71ebd9
2 changed files with 11 additions and 6 deletions

View File

@@ -23,8 +23,6 @@ EOF
cat $SSH_DIR/config
fi
ln -s /Library .
#Activate Unity
if [[ "$SERIAL" == "personal" ]]; then
UnityBuilder activate -i /usr/bin/unity-editor -u $EMAIL -p $PASSWORD
@@ -34,7 +32,3 @@ fi
#Run the command.
unity-editor $DEFAULT_ARGS $COMMAND
while true; do
sleep 1
done