diff options
author | makefu <root@pigstarter.de> | 2014-08-26 13:45:57 +0200 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2014-08-26 13:45:57 +0200 |
commit | 48e8102f7efa9c25ce6d18617e6fcf3662129a2d (patch) | |
tree | 40fbe3db1dd3dc2ce6e5f71f9b2c67e21eb001ba /retiolum/t/pigstarter/refresh_hosts.sh | |
parent | 89599a5d5a26daca410a8e23a9c396a1b4e63733 (diff) | |
parent | ba3ebc28e04f97695b1ecca4fb9117f055f3cf3b (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'retiolum/t/pigstarter/refresh_hosts.sh')
-rwxr-xr-x | retiolum/t/pigstarter/refresh_hosts.sh | 3 |
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" |