diff options
author | makefu <root@pigstarter.de> | 2014-08-25 11:59:31 +0200 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2014-08-25 11:59:31 +0200 |
commit | 14a24017308aab6cb96300fce4cdbcbb7acf8b47 (patch) | |
tree | 46f1731d234a79e7c3bc456c2c5295f84ac77391 /retiolum | |
parent | 7c5d258c1c65f47e3b6368de40fac55ca939aefb (diff) |
fix hostname
Diffstat (limited to 'retiolum')
-rwxr-xr-x | retiolum/t/pigstarter/refresh_hosts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/t/pigstarter/refresh_hosts.sh b/retiolum/t/pigstarter/refresh_hosts.sh index 51c3e491..cf39ec81 100755 --- a/retiolum/t/pigstarter/refresh_hosts.sh +++ b/retiolum/t/pigstarter/refresh_hosts.sh @@ -1,5 +1,5 @@ #!/bin/sh -HOSTS_SRV=pigstarter +HOSTS_SRV=pigstarter.krebsco.de HOSTS_PORT=5432 curl $HOSTS_SRV:$HOSTS_PORT |