From ed1de840f8b7ee59295fa2dd40f7ffe4841ba625 Mon Sep 17 00:00:00 2001 From: zamentur Date: Mon, 28 Sep 2015 23:09:23 +0200 Subject: [PATCH] [fix] Bad debconf command --- install_yunohostv2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_yunohostv2 b/install_yunohostv2 index 34a2297..6d74f1e 100755 --- a/install_yunohostv2 +++ b/install_yunohostv2 @@ -173,7 +173,7 @@ apt_update() { register_debconf() { if [[ $(lsb_release -c | awk '{print $2}') == jessie ]]; then - cat << EOF > debconf-set-selections + debconf-set-selections << EOF slapd slapd/password1 password yunohost slapd slapd/password2 password yunohost slapd slapd/domain string yunohost.org @@ -194,7 +194,7 @@ nslcd nslcd/ldap-base string dc=yunohost,dc=org libnss-ldapd libnss-ldapd/nsswitch multiselect group, passwd, shadow EOF else - cat << EOF > debconf-set-selections + debconf-set-selections << EOF slapd slapd/password1 password yunohost slapd slapd/password2 password yunohost slapd slapd/domain string yunohost.org