mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-07-13 06:53:25 +00:00
Change DIR in run.sh to point to the project root
This commit is contained in:
parent
2d235e10db
commit
08639f1e32
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && cd ../.. && pwd)"
|
||||||
|
|
||||||
# Grab the absolute path to the default pfx location
|
# Grab the absolute path to the default pfx location
|
||||||
cert_path="$DIR/.keys/cert.pfx"
|
cert_path="$DIR/.keys/cert.pfx"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user