diff options
Diffstat (limited to 'repo/system/pam.xibuild')
-rw-r--r-- | repo/system/pam.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/pam.xibuild b/repo/system/pam.xibuild index 03e5a53..2fccf4e 100644 --- a/repo/system/pam.xibuild +++ b/repo/system/pam.xibuild @@ -31,8 +31,8 @@ package () { postinstall () { - install -vdm755 /etc/pam.d && - cat > /etc/pam.d/system-account << "EOF" && + install -vdm755 /etc/pam.d + cat > /etc/pam.d/system-account << "EOF" # Begin /etc/pam.d/system-account account required pam_unix.so @@ -40,7 +40,7 @@ account required pam_unix.so # End /etc/pam.d/system-account EOF - cat > /etc/pam.d/system-auth << "EOF" && + cat > /etc/pam.d/system-auth << "EOF" # Begin /etc/pam.d/system-auth auth required pam_unix.so |