fix wgs84 scheme

This commit is contained in:
Ivan Vazhenin
2022-11-14 10:49:22 +03:00
parent 0346d5c304
commit 7101585ee5
3 changed files with 87 additions and 104 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ trap refresh HUP
if ! which -- "${1}"; then
# first arg is not an executable
xvfb-run -a --server-args="-screen 0 1024x768x24" -- node /usr/src/app/ -p 80 "$@" &
xvfb-run -a --server-args="-screen 0 1024x768x24" -- node /usr/src/app/ -p 8000 "$@" &
# Wait exits immediately on signals which have traps set. Store return value and wait
# again for all jobs to actually complete before continuing.
wait $! || RETVAL=$?