From 0f2cfa1a1adc11d7c7156a4631b5061d6cda3472 Mon Sep 17 00:00:00 2001 From: Bas Wegh Date: Wed, 24 Sep 2025 15:34:40 +0200 Subject: [PATCH] change sdk path to /opt/grisp --- scripts/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common.sh b/scripts/common.sh index 39cb695..c34cd85 100644 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -144,7 +144,7 @@ GLB_SCRIPT_DIR="$(readlink_f "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" GLB_TOP_DIR="$( cd "$GLB_SCRIPT_DIR" && cd .. && pwd )" GLB_VAGRANT_TOP_DIR="/home/vagrant" GLB_SDK_NAME="grisp_alloy_sdk" -GLB_SDK_PARENT_DIR="/opt" +GLB_SDK_PARENT_DIR="/opt/grisp" GLB_SDK_BASE_DIR="${GLB_SDK_PARENT_DIR}/${GLB_SDK_NAME}" if [[ $GLB_TOP_DIR == ${GLB_SDK_BASE_DIR}* ]]; then