Cleans up Key Directory Patch

Key directory path fix was echoing the directory when run.
This commit is contained in:
Jeff Alyanak 2019-12-26 21:07:52 -05:00
parent 8f3fc3014d
commit dc6546aeb5
No known key found for this signature in database
GPG Key ID: DD0CB89C105B276F

View File

@ -15,7 +15,5 @@ elif [ "$#" -ge "2" ]; then
shift
fi
echo "$cert_path"
docker run -it --rm -v "$cert_path:/cert.pfx" bitbetter/licensegen "$@"