fix mysql password

This commit is contained in:
root 2012-07-25 21:56:51 +02:00
parent 0794e9d797
commit b17b9eb435
2 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,7 @@
postfix postfix/main_mailer_type select Internet Site
postfix postfix/mailname string /etc/mailname
mysql-server-5.1 mysql-server/root_password password
mysql-server-5.1 mysql-server/root_password_again password
mysql-server-5.1 mysql-server/root_password password yunohost
mysql-server-5.1 mysql-server/root_password_again password yunohost
samba-common samba-common/workgroup string WORKGROUP
samba-common samba-common/workgroup boolean true
nslcd nslcd/ldap-bindpw password
@ -12,5 +12,3 @@ nslcd nslcd/ldap-binddn string
nslcd nslcd/ldap-base string dc=yunohost,dc=org
proftpd-basic shared/proftpd/inetd_or_standalone select standalone
libnss-ldapd libnss-ldapd/nsswitch multiselect group, passwd, shadow
mysql-server-5.1 mysql-server/root_password password seen false
mysql-server-5.1 mysql-server/root_password_again password seen false

View file

@ -57,6 +57,7 @@ then
echo "Install yunohost Failure"
exit 1
else
mysqladmin -u root -pyunohost password ''
service slapd restart
service apache2 restart
service dovecot restart