Skip to content

Commit 88a163f

Browse files
committed
sure
1 parent 25e6c7d commit 88a163f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modules/monsterpi/start_chroot_script

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ fdmm_install_dir="${fdmm_home}/.fdm-monster"
1919
fdmm_data_dir="${fdmm_home}/.fdm-monster-data"
2020
installer_url="https://raw.githubusercontent.com/fdm-monster/fdm-monster-scripts/main/install/linux/install.sh"
2121
# Temporary: Use local install.sh for CI/CD testing (remove later)
22-
installer_path="install.sh"
22+
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
23+
installer_path="${SCRIPT_DIR}/install.sh"
2324

2425
# Setup
2526
source /common.sh

0 commit comments

Comments
 (0)