mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Update yunohost.conf
This commit is contained in:
parent
5c624db5f8
commit
16da07772d
2 changed files with 9 additions and 13 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 ]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue