diff --git a/src/licenseGen/run.sh b/src/licenseGen/run.sh index ebfdd58..6ea9662 100755 --- a/src/licenseGen/run.sh +++ b/src/licenseGen/run.sh @@ -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 [License Gen args...]"