From 303305a3789d65e026db01f318647a036ddfa5ef Mon Sep 17 00:00:00 2001 From: Kenny Woodson Date: Fri, 29 Jan 2016 15:37:16 -0500 Subject: Adding ip address option --- bin/opssh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/opssh') diff --git a/bin/opssh b/bin/opssh index 7a2ffdb1d..0113e7216 100755 --- a/bin/opssh +++ b/bin/opssh @@ -56,9 +56,9 @@ fi PAR=200 USER=root TIMEOUT=0 -ARGS=() ENV="" HOST_TYPE="" + while [ $# -gt 0 ] ; do case $1 in -t|--host-type) @@ -80,7 +80,7 @@ while [ $# -gt 0 ] ; do ;; --v3) - OPENSHIFT_VERSION="--v3" + OPENSHIFT_VERSION="--v3 --ip" shift # get past the value of the option ;; -- cgit v1.2.3