We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e6c7d commit 88a163fCopy full SHA for 88a163f
src/modules/monsterpi/start_chroot_script
@@ -19,7 +19,8 @@ fdmm_install_dir="${fdmm_home}/.fdm-monster"
19
fdmm_data_dir="${fdmm_home}/.fdm-monster-data"
20
installer_url="https://raw.githubusercontent.com/fdm-monster/fdm-monster-scripts/main/install/linux/install.sh"
21
# Temporary: Use local install.sh for CI/CD testing (remove later)
22
-installer_path="install.sh"
+SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
23
+installer_path="${SCRIPT_DIR}/install.sh"
24
25
# Setup
26
source /common.sh
0 commit comments