diff options
Diffstat (limited to 'retiolum/t')
-rwxr-xr-x | retiolum/t/pigstarter/refresh_hosts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/t/pigstarter/refresh_hosts.sh b/retiolum/t/pigstarter/refresh_hosts.sh index d4cbf877..0e53e1c0 100755 --- a/retiolum/t/pigstarter/refresh_hosts.sh +++ b/retiolum/t/pigstarter/refresh_hosts.sh @@ -1,4 +1,4 @@ #!/bin/sh HOSTS_SRV=pigstarter.krebsco.de HOSTS_PORT=5432 -curl $HOSTS_SRV:$HOSTS_PORT +curl $HOSTS_SRV:$HOSTS_PORT | grep -q "Thank you for your patience" |