From b261a816bb2210d624fcfec206bb3c3e00ea194a Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Fri, 19 Oct 2012 11:24:05 +0100 Subject: [PATCH] Remove left behind option argument. --- bootstrap-salt-minion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt-minion.sh b/bootstrap-salt-minion.sh index cf0a9a2..6815007 100755 --- a/bootstrap-salt-minion.sh +++ b/bootstrap-salt-minion.sh @@ -44,7 +44,7 @@ EOT # Handle command line arguments #----------------------------------------------------------------------- -while getopts ":hvN" opt +while getopts ":hv" opt do case $opt in