fixed password

This commit is contained in:
Matthew Saunders Brown 2021-11-20 15:05:12 -08:00
parent 55725ace47
commit 26172f3faf

View File

@ -56,7 +56,7 @@ fi
# check for password update # check for password update
if [ ! -z "$password" ]; then if [ ! -z "$password" ]; then
passwd=`doveadm -o stats_writer_socket_path= pw -s sha512-crypt -p "$passwd"` passwd=`doveadm -o stats_writer_socket_path= pw -s sha512-crypt -p "$password"`
if [ ! -z "$dbset" ]; then if [ ! -z "$dbset" ]; then
dbset="$dbset," dbset="$dbset,"
fi fi