fix: crate proper closer
This commit is contained in:
parent
5f8272a012
commit
2e923144b9
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ super_apply() {
|
||||||
if [ -f /usr/lib/security/pam_wheel.so ] && ! grep -q "# pam_wheel.so added" /etc/pam.d/su; then
|
if [ -f /usr/lib/security/pam_wheel.so ] && ! grep -q "# pam_wheel.so added" /etc/pam.d/su; then
|
||||||
echo "auth sufficient pam_wheel.so trust use_uid" > /etc/pam.d/su
|
echo "auth sufficient pam_wheel.so trust use_uid" > /etc/pam.d/su
|
||||||
echo "# pam_wheel.so added" > /etc/pam.d/su
|
echo "# pam_wheel.so added" > /etc/pam.d/su
|
||||||
done
|
fi
|
||||||
}
|
}
|
Loading…
Reference in a new issue