summaryrefslogtreecommitdiffstats
path: root/retiolum/t/pigstarter/refresh_hosts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'retiolum/t/pigstarter/refresh_hosts.sh')
-rwxr-xr-xretiolum/t/pigstarter/refresh_hosts.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/retiolum/t/pigstarter/refresh_hosts.sh b/retiolum/t/pigstarter/refresh_hosts.sh
index cf39ec81..0e53e1c0 100755
--- a/retiolum/t/pigstarter/refresh_hosts.sh
+++ b/retiolum/t/pigstarter/refresh_hosts.sh
@@ -1,5 +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"