From 25bec07ae60ebc64e211d91ed2c28e92af9846fe Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 25 Aug 2014 11:48:31 +0200 Subject: add refresh hosts --- retiolum/t/pigstarter/refresh_hosts.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 retiolum/t/pigstarter/refresh_hosts.sh (limited to 'retiolum') 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 -- cgit v1.2.3