X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=local%2Froundcube-chpasswd;h=96b3a0b3be0e276440d8bc5d0cb32f7415f3dace;hp=8dd78bacd58bd7f5d92a52cddbefcc89e871de20;hb=c640018c2eba2017cdc4092fdebc6bb27794f69a;hpb=b4659ed222b8e376e5a0de27037c2033864b6f8f diff --git a/local/roundcube-chpasswd b/local/roundcube-chpasswd index 8dd78ba..96b3a0b 100755 --- a/local/roundcube-chpasswd +++ b/local/roundcube-chpasswd @@ -6,9 +6,9 @@ IFS=: read -r user password IFS=@ read -r user domain <<-EOF $user EOF -test "${user:+set"}" -test "${domain:+set"}" -test "${password:+set"}" +test "${user:+set}" +test "${domain:+set}" +test "${password:+set}" umask 0077 dir_passwd=/etc/dovecot/"$domain"