From 9b39f3653d5869491edcd7d216829239a56185a0 Mon Sep 17 00:00:00 2001 From: Bob Dill Date: Mon, 11 Jun 2018 06:48:59 -0400 Subject: [PATCH] correct error in kubernetes-deploy.sh script --- Chapter13/kubernetes-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter13/kubernetes-deploy.sh b/Chapter13/kubernetes-deploy.sh index 6862bb9..0f439ed 100755 --- a/Chapter13/kubernetes-deploy.sh +++ b/Chapter13/kubernetes-deploy.sh @@ -33,7 +33,7 @@ CARD_SOURCE=~/.composer CARD_TARGET=cards IP_ADDRESS="0.0.0.0" - while getopts "h:n:" opt; + while getopts "h:c:k:n:" opt; do case "$opt" in h|\?)