From: Nicolas Dandrimont Date: Sat, 7 Dec 2013 09:30:30 +0000 (+0100) Subject: Fix the CHMOD command for pam_snapper scripts X-Git-Tag: v0.2.0~4^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e8687be241f571160b4e244f3588a10b4ee4d67;p=thirdparty%2Fsnapper.git Fix the CHMOD command for pam_snapper scripts --- diff --git a/scripts/pam_snapper_homeconvert.sh b/scripts/pam_snapper_homeconvert.sh index 742b1715..df677cef 100755 --- a/scripts/pam_snapper_homeconvert.sh +++ b/scripts/pam_snapper_homeconvert.sh @@ -17,7 +17,7 @@ CMD_SED="sed" CMD_USERADD="useradd -m" CMD_USERDEL="userdel -r" CMD_CHOWN="chown" -CMD_CHOWN="chmod" +CMD_CHMOD="chmod" # SNAPPERCFGDIR="/etc/snapper/configs" HOMEHOME=/home diff --git a/scripts/pam_snapper_useradd.sh b/scripts/pam_snapper_useradd.sh index 8e05d230..617edf63 100755 --- a/scripts/pam_snapper_useradd.sh +++ b/scripts/pam_snapper_useradd.sh @@ -17,7 +17,7 @@ CMD_SED="sed" CMD_USERADD="useradd -m" CMD_USERDEL="userdel -r" CMD_CHOWN="chown" -CMD_CHOWN="chmod" +CMD_CHMOD="chmod" # SNAPPERCFGDIR="/etc/snapper/configs" HOMEHOME=/home