Change DIR in run.sh to point to the project root

This commit is contained in:
Vinrobot 2019-07-05 21:08:15 +02:00
parent 2d235e10db
commit 08639f1e32
No known key found for this signature in database
GPG Key ID: 20207D962D63DD48
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/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
cert_path="$DIR/.keys/cert.pfx"