diff --git a/ciss_live_builder.sh b/ciss_live_builder.sh index 96975be..dd0fcb7 100644 --- a/ciss_live_builder.sh +++ b/ciss_live_builder.sh @@ -103,7 +103,7 @@ for arg in "$@"; do case "${arg,,}" in -v|--version) . ./lib/lib_version.sh ; for arg in "$@"; do case "${arg,,}" in -d|--debug) . ./meta_sources_debug.sh; debugger "${@}";; esac; done ### ALL CHECKS DONE. READY TO START THE SCRIPT. -find "${VAR_HANDLER_BUILD_DIR}/config/includes.chroot/root/secret" -type f -exec chmod 0400 {} + +find "${VAR_TMP_SECRET}" -type f -exec chmod 0400 {} + declare -grx VAR_SETUP="true" ### SOURCING VARIABLES.