From 08639f1e32391b7c642c1f7e2c3adb8bc00d9b32 Mon Sep 17 00:00:00 2001 From: Vinrobot Date: Fri, 5 Jul 2019 21:08:15 +0200 Subject: [PATCH] Change DIR in run.sh to point to the project root --- src/licenseGen/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/licenseGen/run.sh b/src/licenseGen/run.sh index bdcdca6..144e4e1 100755 --- a/src/licenseGen/run.sh +++ b/src/licenseGen/run.sh @@ -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"