[fix] Bad debconf command

This commit is contained in:
zamentur 2015-09-28 23:09:23 +02:00
parent 688b42de1d
commit ed1de840f8

View file

@ -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