Add --ex-files (#2137)

This commit is contained in:
clsty
2025-10-12 10:20:44 +08:00
parent 17384f5761
commit 546435db6d
2 changed files with 8 additions and 2 deletions
+5 -1
View File
@@ -27,5 +27,9 @@ fi
#####################################################################################
if [[ "${SKIP_ALLFILES}" != true ]]; then
printf "${STY_CYAN}[$0]: 3. Copying config files\n${STY_RESET}"
source ./scriptdata/step/3.install-files.sh
if [[ "${EXPERIMENTAL_FILES_SCRIPT}" != true ]]; then
source ./scriptdata/step/3.install-files.sh
else
source ./scriptdata/step/3.install-files.experimental.sh
fi
fi