From c807eae95eb95c23d7e9e71b91a87ee99fa8401d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 18 Jan 2022 17:51:07 +0000 Subject: added postinstall configs for shadow and pam --- repo/system/pam.xibuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'repo/system/pam.xibuild') 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 -- cgit v1.2.1