Fix a bug for 9.5
This commit is contained in:
parent
60daf8a4f6
commit
ffa8e2b01f
|
@ -20,7 +20,7 @@ FILE='/etc/pam.d/su'
|
||||||
|
|
||||||
# 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
|
||||||
audit () {
|
audit () {
|
||||||
if [ OS_RELEASE -eq 2 ]; then
|
if [ $OS_RELEASE -eq 2 ]; then
|
||||||
PACKAGE=$PACKAGE_REDHAT
|
PACKAGE=$PACKAGE_REDHAT
|
||||||
else
|
else
|
||||||
:
|
:
|
||||||
|
|
Loading…
Reference in New Issue