mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[fix] Bad debconf command
This commit is contained in:
parent
688b42de1d
commit
ed1de840f8
1 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ apt_update() {
|
||||||
register_debconf() {
|
register_debconf() {
|
||||||
if [[ $(lsb_release -c | awk '{print $2}') == jessie ]];
|
if [[ $(lsb_release -c | awk '{print $2}') == jessie ]];
|
||||||
then
|
then
|
||||||
cat << EOF > debconf-set-selections
|
debconf-set-selections << EOF
|
||||||
slapd slapd/password1 password yunohost
|
slapd slapd/password1 password yunohost
|
||||||
slapd slapd/password2 password yunohost
|
slapd slapd/password2 password yunohost
|
||||||
slapd slapd/domain string yunohost.org
|
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
|
libnss-ldapd libnss-ldapd/nsswitch multiselect group, passwd, shadow
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
cat << EOF > debconf-set-selections
|
debconf-set-selections << EOF
|
||||||
slapd slapd/password1 password yunohost
|
slapd slapd/password1 password yunohost
|
||||||
slapd slapd/password2 password yunohost
|
slapd slapd/password2 password yunohost
|
||||||
slapd slapd/domain string yunohost.org
|
slapd slapd/domain string yunohost.org
|
||||||
|
|
Loading…
Add table
Reference in a new issue