From b694f25076959acf69b6b81102fffd012526933f Mon Sep 17 00:00:00 2001 From: CosmicScale Date: Mon, 16 Dec 2024 20:16:07 +0000 Subject: [PATCH] Fixed TOOLKIT_PATH typo --- 02-PSBBN-Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-PSBBN-Installer.sh b/02-PSBBN-Installer.sh index 0798cc4..d72378d 100755 --- a/02-PSBBN-Installer.sh +++ b/02-PSBBN-Installer.sh @@ -3,7 +3,7 @@ echo -e "\e[8;40;100t" # Set paths -TOOLKIT_PATH=$"(pwd)" +TOOLKIT_PATH="$(pwd)" ASSETS_DIR="${TOOLKIT_PATH}/assets" INSTALL_LOG="${TOOLKIT_PATH}/PSBBN-installer.log"