commit 3e12ffae1b7f43dd636974d36696fa46dec04bf7 parent 3444127e5197c2b2e0c23082edf0fdb3faf8eb6e Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 4 Mar 2023 15:55:57 +0100 fix port Diffstat:
| M | netzbon/config_launch_libeufin.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/netzbon/config_launch_libeufin.sh b/netzbon/config_launch_libeufin.sh @@ -87,7 +87,7 @@ systemctl enable --now libeufin-sandbox echo "DONE" echo -n "Wait for the bank..." -curl --max-time 2 --retry-connrefused --retry-delay 1 --retry 10 http://localhost:5000/ &> /dev/null +curl --max-time 2 --retry-connrefused --retry-delay 1 --retry 10 http://localhost:5016/ &> /dev/null echo "DONE"