scripts: improve shutdown function by making PANIC_STRATEGY obsolete (#3265)

This commit is contained in:
Casper 2023-04-18 23:38:46 +02:00 committed by GitHub
parent a735dddc52
commit ea07bcdb4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 19 additions and 28 deletions

View file

@ -89,7 +89,7 @@ function _setup_apply_fixes_after_configuration
_log 'debug' 'Checking /var/mail permissions'
if ! _chown_var_mail_if_necessary
then
_dms_panic__general 'Failed to fix /var/mail permissions' '' 'immediate'
_dms_panic__general 'Failed to fix /var/mail permissions'
fi
_log 'debug' 'Removing files and directories from older versions'