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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-26 15:44:59 +00:00
parent dc9521bac8
commit bd099f5cec
2 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ yaml_parser() {
# --- Quote unquoted values -------------------------------------------
s/^(.*)=([^'\''"]+)/\1='\''\2'\''/ # wrap value in single quotes
' "${VAR_PRESEED}"
' "${VAR_PRESEED}"
# shellcheck disable=SC1090
. "${VAR_PRESEED}"