diff options
-rwxr-xr-x | painless-le.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/painless-le.sh b/painless-le.sh index d88f74f..8cbbc32 100755 --- a/painless-le.sh +++ b/painless-le.sh @@ -20,9 +20,9 @@ #=============================================================================== # Parsing command-line arguments with the getopts shell builtin #=============================================================================== -while getopts :i:h:K:I:C:F: opt +while getopts :i:h:K:I:C:F: option do - case $opt in + case $option in i) ARGUMENT_DIRECTORY="$OPTARG" ;; h) ARGUMENT_HOSTNAMES="$OPTARG" ;; K) ARGUMENT_CONFIDENTIAL="$OPTARG" ;; |