From a6d1470cd42690b715424eb38f65c8f092c4d46a Mon Sep 17 00:00:00 2001 From: nilsnolde Date: Fri, 24 May 2024 00:08:02 +0200 Subject: [PATCH] update comment --- scripts/run_valhalla.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run_valhalla.sh b/scripts/run_valhalla.sh index c67f624..dec0d6a 100755 --- a/scripts/run_valhalla.sh +++ b/scripts/run_valhalla.sh @@ -66,6 +66,7 @@ while true; do echo "INFO: Starting iteration $iteration..." # Take 8002 if this is the first start + # this is copied from FOSSGIS, was too lazy to change to smth more suitable if curl -fs --noproxy localhost "http://localhost:${PORT_8002}/status"; then CURRENT_PORT=${PORT_8003} OLD_PORT=${PORT_8002}