From 41a34b3519d1a3a7cc0e06da5f81d79a6d772e55 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 22 Nov 2018 15:08:59 +0900 Subject: [PATCH] fix: [bash] As we instantiate from a subdirectory, we need to take this into account. --- bin/LAUNCH.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/LAUNCH.sh b/bin/LAUNCH.sh index 7b217f88..c8571866 100755 --- a/bin/LAUNCH.sh +++ b/bin/LAUNCH.sh @@ -10,7 +10,7 @@ YELLOW="\\033[1;33m" CYAN="\\033[1;36m" # Getting CWD where bash script resides -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd |sed 's/bin//' )" AIL_HOME="${DIR}" cd ${AIL_HOME}