test logging

This commit is contained in:
2025-06-27 23:23:25 -07:00
parent 8d72404721
commit 91278c9a86
3 changed files with 8 additions and 10 deletions

View File

@@ -23,7 +23,9 @@ fi
#Activate Unity
if [[ "$SERIAL" == "personal" ]]; then
echo "Obtaining personal license for Unity..."
UnityBuilder activate -i /usr/bin/unity-editor -u $USERNAME -p $PASSWORD
else
echo "Activating Unity License with serial number."
unity-editor $DEFAULT_ARGS -serial $SERIAL -username $USERNAME -password $PASSWORD
fi