diff options
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" |