mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-11-11 13:50:52 -05:00
Fix typo
This commit is contained in:
parent
b4b985ab27
commit
d8d816d806
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ if [[ -f /etc/arch-release ]]; then
|
|||
fi
|
||||
|
||||
# Use system-auth instead of login on Gentoo
|
||||
if [[ -f /etc/arch-release ]]; then
|
||||
if [[ -f /etc/gentoo-release ]]; then
|
||||
echo "Using PAM for Gentoo"
|
||||
sed -i "s/^#auth include system-auth/auth include system-auth/g" ../pam/i3lock
|
||||
sed -i "s/^auth include login/#auth include login/g" ../pam/i3lock
|
||||
|
|
Loading…
Reference in a new issue