From b6536233388ce83cfea82b2c7d7a792c9670b19d Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Nov 10 2017 14:29:31 +0000 Subject: bin/encrypt_pillar.sh: remove unneeded getopts --- diff --git a/bin/encrypt_pillar.sh b/bin/encrypt_pillar.sh index 35d0d84..71c1061 100755 --- a/bin/encrypt_pillar.sh +++ b/bin/encrypt_pillar.sh @@ -8,7 +8,7 @@ help() { [[ $1 == '--help' ]] && help && exit -while getopts s:v:h arg; do +while getopts h arg; do case ${arg} in h) help && exit ;; *) help && exit 1 ;;