Use automatic server number

This commit is contained in:
Joakim Fors 2020-06-26 20:13:57 +02:00
parent 9f59f67087
commit 8d2ddd8f95

View file

@ -4,7 +4,7 @@ set -e
if ! which -- "${1}"; then if ! which -- "${1}"; then
# first arg is not an executable # 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 $? exit $?
fi fi