]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
Fix the CHMOD command for pam_snapper scripts 34/head
authorNicolas Dandrimont <nicolas.dandrimont@crans.org>
Sat, 7 Dec 2013 09:30:30 +0000 (10:30 +0100)
committerNicolas Dandrimont <nicolas.dandrimont@crans.org>
Sat, 7 Dec 2013 09:30:30 +0000 (10:30 +0100)
scripts/pam_snapper_homeconvert.sh
scripts/pam_snapper_useradd.sh

index 742b1715f94a9514639de1a66429786c74a34244..df677ceffaa8f9aa9b9ff9beb5fedcca76026c5f 100755 (executable)
@@ -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
index 8e05d2306a62054fb5bc3ece0c0116b295fe9fc9..617edf63f04ba4cda28a6e31b17673f232049dc7 100755 (executable)
@@ -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