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