From bf85fe72bf51020cc6fd46117d8009438c5f6973 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Fri, 11 Nov 2022 16:31:28 -0500 Subject: [PATCH] fix install file part 2 --- deployments/source/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/source/install.sh b/deployments/source/install.sh index a3c4e4e..b488693 100755 --- a/deployments/source/install.sh +++ b/deployments/source/install.sh @@ -11,11 +11,11 @@ chown root:root /usr/bin/crab chmod 4755 /usr/bin/crab # Set up config files -cp pam /etc/pam.d/crab +cp ./config/pam /etc/pam.d/crab chmod 600 /etc/pam.d/crab mkdir /usr/share/crab chmod 644 /usr/share/crab -cp conf /usr/share/crab/crab.conf +cp ./config/default /usr/share/crab/crab.conf chmod 644 /usr/share/crab/crab.conf