summaryrefslogtreecommitdiff
path: root/run-cluster.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-22 15:21:41 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-22 15:21:41 +0300
commit89e51f95f8081b88bbaa5ff438f33629306a03c6 (patch)
treeeb59cd5206eb38ca3badbd9b9f8e90cadf0e82d3 /run-cluster.sh
parentd66b8fc2fd86709aaf6594985baf31393e404560 (diff)
downloadick2-ansible-89e51f95f8081b88bbaa5ff438f33629306a03c6.tar.gz
Change: make test-ick work
Diffstat (limited to 'run-cluster.sh')
-rwxr-xr-xrun-cluster.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/run-cluster.sh b/run-cluster.sh
index 4bf44fb..8311fb7 100755
--- a/run-cluster.sh
+++ b/run-cluster.sh
@@ -3,7 +3,8 @@
set -eu
-hosts_in=hosts.in
+hosts_in="$1"
+shift 1
getip()