test
This commit is contained in:
@@ -24,7 +24,7 @@ EOF
|
||||
fi
|
||||
|
||||
#Activate Unity
|
||||
if [[ "$SERIAL" == "public" ]]; then
|
||||
if [[ "$SERIAL" == "personal" ]]; then
|
||||
UnityBuilder activate -i /usr/bin/unity-editor -u $EMAIL -p $PASSWORD
|
||||
else
|
||||
unity-editor $DEFAULT_ARGS -serial $SERIAL -username $EMAIL -password $PASSWORD
|
||||
@@ -32,3 +32,7 @@ fi
|
||||
|
||||
#Run the command.
|
||||
unity-editor $DEFAULT_ARGS $COMMAND
|
||||
|
||||
while true; do
|
||||
sleep 1
|
||||
done
|
||||
Reference in New Issue
Block a user