V8.00.000.2025.06.17
Some checks failed
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Failing after 31s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-09-16 19:30:36 +02:00
parent d369ca42e6
commit 11a09a498c

View File

@@ -65,6 +65,7 @@ yaml_parser() {
(( var_index > VAR_USER_MAX )) && VAR_USER_MAX="${var_index}" (( var_index > VAR_USER_MAX )) && VAR_USER_MAX="${var_index}"
fi fi
done < <(compgen -v) done < <(compgen -v)
do_log "info" "file_only" "1250() Found highest User #: '${VAR_USER_MAX}'."
### Remove obsolete variables, normalize empty assignments, wrap remaining values in single quotes ### Remove obsolete variables, normalize empty assignments, wrap remaining values in single quotes
sed -i -E ' sed -i -E '