install_postfixadmin.sh: fix error for value of 'DEFAULT_MYSQL_CREDENTIALS' and 'DEFAULT_DEBIAN_MYSQL_CREDENTIALS'.

This commit is contained in:
2018-09-26 00:29:23 +02:00
parent b95e0e3e97
commit 823dde9c8f
2 changed files with 6 additions and 6 deletions

View File

@ -224,8 +224,8 @@ DEFAULT_POSTFIX_DB_HOST="localhost"
DEFAULT_POSTFIX_DB_NAME="postfix"
DEFAULT_POSTFIX_DB_USER="postfix"
DEFAULT_POSTFIX_DB_SOCKET_PG="/var/run/postgresql"
DEFAULT_DEBIAN_MYSQL_CREDENTIALS="/etc/mysql/debian.cnf"
DEFAULT_MYSQL_CREDENTIALS="/usr/local/mysql/sys-maint.cnf"
DEFAULT_DEBIAN_MYSQL_CREDENTIALS="--defaults-file=/etc/mysql/debian.cnf"
DEFAULT_MYSQL_CREDENTIALS="--defaults-file=/usr/local/mysql/sys-maint.cnf"
DEFAULT_DOVEADM_PW="/usr/local/dovecot/bin/doveadm pw"
DEFAULT_DELETED_MAILBOX_DIR="/var/deleted-maildirs"