removed redundant xvfb calls (part of the alias)

This commit is contained in:
BLaZeKiLL
2020-10-20 17:59:57 +05:30
parent 5b8f3cf342
commit ec0baa5d7b
3 changed files with 33 additions and 36 deletions

View File

@@ -6,11 +6,10 @@ if [[ -n "$UNITY_SERIAL" ]]; then
#
# This will return the license that is currently in use.
#
xvfb-run --auto-servernum --server-args='-screen 0 640x480x24' \
unity-editor \
-batchmode \
-nographics \
-logFile /dev/stdout \
-quit \
-returnlicense
unity-editor \
-batchmode \
-nographics \
-logFile /dev/stdout \
-quit \
-returnlicense
fi