mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2023-10-10 13:36:57 +02:00
Fixed default key directory (#46)
* Fixed default key directory Script was not looking in the right place for the auto-generated key directory. This patch fixes issue #35. * Cleans up Key Directory Patch Key directory path fix was echoing the directory when run.
This commit is contained in:
parent
3e44d7347b
commit
d98d4cad6a
@ -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...]"
|
||||
|
Loading…
Reference in New Issue
Block a user