Update 1.3

This commit is contained in:
sud0nick
2018-01-05 23:07:00 -05:00
parent a645065efc
commit 78163214eb
8 changed files with 81 additions and 15 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"