Fixed TOOLKIT_PATH typo

This commit is contained in:
CosmicScale 2024-12-16 20:16:07 +00:00
parent c0b164e252
commit b694f25076

View File

@ -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"