X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=local%2Froundcube-chpasswd;h=96b3a0b3be0e276440d8bc5d0cb32f7415f3dace;hp=8dd78bacd58bd7f5d92a52cddbefcc89e871de20;hb=e57c2cb3aaf57656db0f617ed78848dbbcf93d6a;hpb=9075978ae94310fa7a27d9881d3cecc6150ca3e9 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"