Merge branch 'bugfix-35' into readme-update

This commit is contained in:
Jeff Alyanak 2019-12-27 19:38:31 -05:00
commit 607a23abb4
No known key found for this signature in database
GPG Key ID: DD0CB89C105B276F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ DIR=`dirname "$0"`
DIR=`exec 2>/dev/null;(cd -- "$DIR") && cd -- "$DIR"|| cd "$DIR"; unset PWD; /usr/bin/pwd || /bin/pwd || pwd`
# Grab the absolute path to the default pfx location
cert_path="$DIR/.keys/cert.pfx"
cert_path="$DIR/../../.keys/cert.pfx"
if [ "$#" -lt "1" ]; then
echo "USAGE: $0 <ABSOLUTE PATH TO CERT.PFX> [License Gen args...]"