Correction

This commit is contained in:
Clément ROUSSEAU 2019-12-07 14:56:57 +01:00
parent a47595fd09
commit 9e2bf8b3cd
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ then
echo "###############################################"
apt-get install mariadb-server mariadb-client expect -y
echo "-- Installation de MariaDB terminé !"
debconf-set-selections <<< "postfix postfix/mailname string $HOSTNAME"
debconf-set-selections <<< "postfix postfix/main_mailer_type string 'No configuration'"
apt-get install postfix -y
echo "-- Installation de Postfix terminé !"