diff options
Diffstat (limited to 'retiolum')
-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 |