diff options
author | davidovski <david@davidovski.xyz> | 2022-01-18 17:51:07 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-18 17:51:07 +0000 |
commit | c807eae95eb95c23d7e9e71b91a87ee99fa8401d (patch) | |
tree | 3a06ffc89e204cff95ae6e588cc5623d36835bc6 /repo/system/pam.xibuild | |
parent | d8828742cf655dc97610ce59ebfab238f16fe7f5 (diff) |
added postinstall configs for shadow and pam
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 |