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 | |
parent | 89599a5d5a26daca410a8e23a9c396a1b4e63733 (diff) | |
parent | ba3ebc28e04f97695b1ecca4fb9117f055f3cf3b (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'retiolum')
-rw-r--r-- | retiolum/hosts/go | 1 | ||||
-rwxr-xr-x | retiolum/t/pigstarter/refresh_hosts.sh | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/retiolum/hosts/go b/retiolum/hosts/go index e0930700..3b789717 100644 --- a/retiolum/hosts/go +++ b/retiolum/hosts/go @@ -1,4 +1,3 @@ -Address= 195.154.108.70 Subnet = 10.243.109.132 Subnet = 42:f9f0:be1f:b191:116a:3db0:d546:70d2 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" |