From ec21bef0c4a12086dd781882bbcfd3655a5067b8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 15 Jan 2022 10:19:18 +0100 Subject: [PATCH] Update install --- scripts/install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5937e72..58e7398 100755 --- a/scripts/install +++ b/scripts/install @@ -82,11 +82,14 @@ db_user=$db_name ynh_app_setting_set --app=$app --key=db_name --value=$db_name ynh_mysql_setup_db --db_user=$db_user --db_name=$db_name +#================================================= +# ADD A CONFIGURATION +#================================================= ynh_script_progression --message="Configuring application..." --weight=3 # Configure SOGO mkdir -p /etc/$app -ynh_add_config --template="sogo.conf" --destination="/etc/$app/sogo.conf" +ynh_add_config --template="../conf/sogo.conf" --destination="/etc/$app/sogo.conf" # Configure stunnel # To fix the issue https://sogo.nu/bugs/view.php?id=31 we need stunnel to be able to connect correctly to the smtp server