Merge pull request #5 from bruckwubete/patch-1

fix secret argument option key
This commit is contained in:
Fred Dixon 2018-06-15 14:27:35 -04:00 committed by GitHub
commit e425195271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ while getopts "eh:" opt; do
h)
HOST=$OPTARG
;;
e)
s)
SECRET=$OPTARG
;;
:)