mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-07-13 06:53:25 +00:00
Cleans up Key Directory Patch
Key directory path fix was echoing the directory when run.
This commit is contained in:
parent
8f3fc3014d
commit
dc6546aeb5
|
@ -15,7 +15,5 @@ elif [ "$#" -ge "2" ]; then
|
||||||
shift
|
shift
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$cert_path"
|
|
||||||
|
|
||||||
docker run -it --rm -v "$cert_path:/cert.pfx" bitbetter/licensegen "$@"
|
docker run -it --rm -v "$cert_path:/cert.pfx" bitbetter/licensegen "$@"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user