V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 43s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-25 13:40:02 +02:00
parent 33121b174f
commit b350220232
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ pre_scan_debug() {
for i in "${!args[@]}"; do
if [[ "${args[i]}" == "-d" || "${args[i]}" == "--debug" ]]; then
dbg_index=${i}
declare -grx LOG_VAR="{DIR_LOG}/ciss_debian_installer_$$_var.log"
declare -grx LOG_VAR="${DIR_LOG}/ciss_debian_installer_$$_var.log"
touch "${LOG_VAR}" && chmod 0600 "${LOG_VAR}"
dump_vars_initial
break