Bugfix oublie de ma part pour la création de la vue alias_view

This commit is contained in:
Steven Mondji-Lerider 2012-08-10 17:15:45 +00:00
parent 1886010400
commit de0bff335b
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ fi
#populate alternc database with the mailname used by postfix to send mail for each vhost
#
mailname=`cat /etc/mailname`
mysql_query "update table variable SET value='"$mailname"' where name='mailname_bounce';"
mysql_query "update variable SET value='"$mailname"' where name='mailname_bounce';"
#######################################################################
# Save installed files to check them during next install