V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m21s
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user