mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-24 20:54:43 +02:00
scripts: improve shutdown function by making PANIC_STRATEGY obsolete (#3265)
This commit is contained in:
parent
a735dddc52
commit
ea07bcdb4c
9 changed files with 19 additions and 28 deletions
|
@ -61,11 +61,11 @@ function _register_functions
|
|||
;;
|
||||
|
||||
( 'OIDC' )
|
||||
_dms_panic__fail_init 'OIDC user account provisioning - it is not yet implemented' '' 'immediate'
|
||||
_dms_panic__fail_init 'OIDC user account provisioning - it is not yet implemented'
|
||||
;;
|
||||
|
||||
( * )
|
||||
_dms_panic__invalid_value "'${ACCOUNT_PROVISIONER}' is not a valid value for ACCOUNT_PROVISIONER" '' 'immediate'
|
||||
_dms_panic__invalid_value "'${ACCOUNT_PROVISIONER}' is not a valid value for ACCOUNT_PROVISIONER"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue