1
0
Fork 0
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:
mathilde 2019-10-09 17:47:59 +02:00 committed by GitHub
parent d7e2946b37
commit 7c91a7b3e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {