From 108e37bf36d1922faba70917e03a3f596229853f Mon Sep 17 00:00:00 2001 From: opi Date: Mon, 9 May 2016 15:45:10 +0200 Subject: [PATCH] [fix] Do not use yunohost.conf anymore. --- install_yunohostv2 | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/install_yunohostv2 b/install_yunohostv2 index ab261d7..946e2b2 100755 --- a/install_yunohostv2 +++ b/install_yunohostv2 @@ -115,28 +115,6 @@ create_custom_config() { # Store info about installation method 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() {