Fix a bug for 9.5

This commit is contained in:
Samson-W 2019-12-28 16:53:15 +08:00
parent 60daf8a4f6
commit ffa8e2b01f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ FILE='/etc/pam.d/su'
# This function will be called if the script status is on enabled / audit mode
audit () {
if [ OS_RELEASE -eq 2 ]; then
if [ $OS_RELEASE -eq 2 ]; then
PACKAGE=$PACKAGE_REDHAT
else
: