mirror of
https://github.com/ovh/debian-cis.git
synced 2024-11-22 13:37:02 +01:00
FIX(6.2.9): fix EXCEPTIONS unbound variable error
This commit is contained in:
parent
df802b4882
commit
9eb6bac993
@ -14,6 +14,8 @@ set -u # One variable unset, it's over
|
||||
HARDENING_LEVEL=2
|
||||
DESCRIPTION="Ensure users own their home directories"
|
||||
|
||||
EXCEPTIONS=""
|
||||
|
||||
ERRORS=0
|
||||
|
||||
# This function will be called if the script status is on enabled / audit mode
|
||||
|
Loading…
Reference in New Issue
Block a user