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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-16 00:03:33 +01:00
parent ffbf2873b3
commit 2b37934652
3 changed files with 102 additions and 3 deletions

View File

@@ -43,13 +43,13 @@ accounts_preparation() {
case "${VAR_USER_ROOT_SPECIFIC}" in
"ciss") accounts_preparation_ciss ;;
"ciss" ) accounts_preparation_ciss ;;
"physnet") accounts_preparation_physnet ;;
"none") do_log "info" "file_only" "4500() Account preparation [none] selected." ;;
"none" ) do_log "info" "file_only" "4500() Account preparation [none] selected." ;;
*) do_log "warn" "file_only" "4500() Account preparation nothing selected. Keeping defaults." ;;
* ) do_log "warn" "file_only" "4500() Account preparation nothing selected. Keeping defaults." ;;
esac