mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
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,
This commit is contained in:
parent
d7e2946b37
commit
7c91a7b3e4
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue