Update yunohost.conf

This commit is contained in:
Kload 2013-10-17 10:23:34 +02:00
parent 5c624db5f8
commit 16da07772d
2 changed files with 9 additions and 13 deletions

View file

@ -49,18 +49,16 @@ cat << EOF > /etc/yunohost/yunohost.conf
#to enable yunohost custom config change no by yes #to enable yunohost custom config change no by yes
amavis=no amavis=no
nginx=no
dovecot=no dovecot=no
iptables=no iptables=no
ssowat=no metronome=no
mysql=no
nginx=no
postfix=no postfix=no
proftpd=no
radicale=no
samba=no samba=no
slapd=no slapd=no
ssh=yes ssh=yes
mysql=no ssowat=no
prosody=no
EOF EOF
fi fi

View file

@ -50,18 +50,16 @@ cat << EOF > /etc/yunohost/yunohost.conf
#to enable yunohost custom config change no by yes #to enable yunohost custom config change no by yes
amavis=no amavis=no
nginx=no
dovecot=no dovecot=no
iptables=no iptables=no
ssowat=no metronome=no
mysql=no
nginx=no
postfix=no postfix=no
proftpd=no
radicale=no
samba=no samba=no
slapd=no slapd=no
ssh=yes ssh=yes
mysql=no ssowat=no
prosody=no
EOF EOF
fi fi
@ -73,7 +71,7 @@ then
DOMAIN='yunohost.org' DOMAIN='yunohost.org'
fi fi
whiptail --title "Yunohost Installation" --yesno "Caution : your config files for postfix,dovecot,mysql,apache,prosody,radicale will be overwritten\nDo you want to proceed install of Yunohost?" 8 78 whiptail --title "Yunohost Installation" --yesno "Caution : your config files for postfix,dovecot,mysql,nginx,metronome will be overwritten\nDo you want to proceed install of Yunohost?" 8 78
YESNO=$? YESNO=$?
if [[ $YESNO -eq 0 ]] if [[ $YESNO -eq 0 ]]