FIX(6.2.9): fix EXCEPTIONS unbound variable error

This commit is contained in:
Thibault Ayanides 2020-10-28 15:04:41 +01:00
parent df802b4882
commit 9eb6bac993

View File

@ -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