Skip to content

Commit

Permalink
A small correction in bash part of the rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rumch-se committed Jun 20, 2023
1 parent 90378e1 commit 58dba39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PAM_CONF=/etc/pam.d/su

if [ $(getent group ${var_pam_wheel_group_for_su})]; then
if [ $(getent group ${var_pam_wheel_group_for_su}) ]; then
# group exists
groupdel -f ${var_pam_wheel_group_for_su}
fi
Expand Down

0 comments on commit 58dba39

Please sign in to comment.