Use automatic server number
This commit is contained in:
@@ -4,7 +4,7 @@ set -e
|
||||
|
||||
if ! which -- "${1}"; then
|
||||
# first arg is not an executable
|
||||
xvfb-run --server-args="-screen 0 1024x768x24" -- node /app/ "$@"
|
||||
xvfb-run -a --server-args="-screen 0 1024x768x24" -- node /app/ "$@"
|
||||
exit $?
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user