mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[fix] Do not use yunohost.conf anymore.
This commit is contained in:
parent
aa493b5697
commit
108e37bf36
1 changed files with 0 additions and 22 deletions
|
@ -115,28 +115,6 @@ create_custom_config() {
|
||||||
|
|
||||||
# Store info about installation method
|
# Store info about installation method
|
||||||
touch /etc/yunohost/from_script
|
touch /etc/yunohost/from_script
|
||||||
|
|
||||||
# Create default configuration if not already there
|
|
||||||
if [[ ! -f /etc/yunohost/yunohost.conf ]]
|
|
||||||
then
|
|
||||||
cat << EOF > /etc/yunohost/yunohost.conf
|
|
||||||
# Yunohost custom config
|
|
||||||
# If you want to keep a custom service configuration replace "no" by "yes"
|
|
||||||
# for the concerned service
|
|
||||||
|
|
||||||
amavis=no
|
|
||||||
avahi=no
|
|
||||||
dovecot=no
|
|
||||||
iptables=no
|
|
||||||
metronome=no
|
|
||||||
mysql=no
|
|
||||||
nginx=no
|
|
||||||
postfix=no
|
|
||||||
slapd=no
|
|
||||||
ssh=yes
|
|
||||||
ssowat=no
|
|
||||||
EOF
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
confirm_installation() {
|
confirm_installation() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue