mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
fix
This commit is contained in:
parent
a9fdcab1f0
commit
f73ff443c7
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ chown -R $app:www-data "$final_path/plugins/enigma/home"
|
|||
# Install CardDAV plugin
|
||||
if [ $with_carddav -eq 1 ]
|
||||
then
|
||||
ynh_composer_exec --commands="require roundcube/carddav $carddav_version --with-all-dependencies"
|
||||
ynh_composer_exec --commands="require roundcube/carddav $carddav_version --with-all-dependencies"
|
||||
|
||||
carddav_tmp_config="../conf/carddav.config.inc.php"
|
||||
carddav_server=0
|
||||
|
|
Loading…
Reference in a new issue