Update 1.5

This commit is contained in:
sud0nick
2018-01-04 19:36:00 -05:00
parent e7e15afdcb
commit a645065efc
19 changed files with 132 additions and 67 deletions

View File

@@ -23,7 +23,7 @@ while [ "$#" -gt 0 ]
do
if [[ "$1" == "-k" ]]; then
KEY="$2.pem"
KEY="$2.key"
fi
if [[ "$1" == "-d" ]]; then
KEYDIR="$2"