From 7c91a7b3e4bc276590762e53e481945c41383559 Mon Sep 17 00:00:00 2001 From: mathilde <41020854+mthld@users.noreply.github.com> Date: Wed, 9 Oct 2019 17:47:59 +0200 Subject: [PATCH] Add memcached to dependancies Hi, Memcached is missing from dependancies and so on, SOGo is producing errors when running: ``` SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY ``` This add memcached to the dependancies list and fix the problem. Thanks, --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ca96a84..7e88937 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -11,7 +11,7 @@ app=$YNH_APP_INSTANCE_NAME #================================================= install_dependance() { - ynh_install_app_dependencies sogo stunnel4 + ynh_install_app_dependencies sogo stunnel4 memcached } config_sogo() {