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