From b44373a34336df9715c2a27ea3c130c6624bf8aa Mon Sep 17 00:00:00 2001 From: root Date: Tue, 24 Jul 2012 21:12:07 +0200 Subject: [PATCH] fix prompt for mysql password --- debconf | 2 ++ install_yunohost | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debconf b/debconf index 4244f2b..dfd97ba 100644 --- a/debconf +++ b/debconf @@ -12,3 +12,5 @@ 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 diff --git a/install_yunohost b/install_yunohost index 33cf1da..bb8096d 100755 --- a/install_yunohost +++ b/install_yunohost @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash echo "YunoHost Installation" echo "Do you want install Yunhost? (Y/n)" @@ -48,7 +48,6 @@ then echo "======== Install ========" #add answer in debconf db - #wget https://raw.github.com/YunoHost/Script/master/debconf --no-check-certificate debconf-set-selections debconf #Install yunohost packages