mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
fix mysql password
This commit is contained in:
parent
0794e9d797
commit
b17b9eb435
2 changed files with 3 additions and 4 deletions
6
debconf
6
debconf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue