Bugfix oublie de ma part pour la création de la vue alias_view
This commit is contained in:
parent
1886010400
commit
de0bff335b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue