diff options
author | makefu <root@pigstarter.de> | 2014-08-25 11:48:31 +0200 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2014-08-25 11:48:31 +0200 |
commit | 25bec07ae60ebc64e211d91ed2c28e92af9846fe (patch) | |
tree | ee5d30a5f4054e80bf290f9ad5786796babffd9e /retiolum/t/pigstarter | |
parent | c93874e1b542da8cc5d25671fa39795aeb8a4138 (diff) |
add refresh hosts
Diffstat (limited to 'retiolum/t/pigstarter')
-rwxr-xr-x | retiolum/t/pigstarter/refresh_hosts.sh | 5 |
1 files changed, 5 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..51c3e491 --- /dev/null +++ b/retiolum/t/pigstarter/refresh_hosts.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +HOSTS_SRV=pigstarter +HOSTS_PORT=5432 +curl $HOSTS_SRV:$HOSTS_PORT |