mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Add support for nextcloud
This commit is contained in:
parent
352513f597
commit
eae12566bf
2 changed files with 2 additions and 2 deletions
|
@ -165,7 +165,7 @@ then
|
|||
carddav_tmp_config="../conf/carddav.config.inc.php"
|
||||
|
||||
# Look for installed and supported CardDAV servers
|
||||
for carddav_app in "owncloud" "baikal"
|
||||
for carddav_app in "owncloud" "nextcloud" "baikal"
|
||||
do
|
||||
carddav_app_id=$(yunohost app list --installed -f $carddav_app \
|
||||
--output-as json | grep -Po '"id":[ ]?"\K.*?(?=")' | head -1)
|
||||
|
|
|
@ -191,7 +191,7 @@ then
|
|||
carddav_tmp_config="../conf/carddav.config.inc.php"
|
||||
|
||||
# Look for installed and supported CardDAV servers
|
||||
for carddav_app in "owncloud" "baikal"
|
||||
for carddav_app in "owncloud" "nextcloud" "baikal"
|
||||
do
|
||||
carddav_app_id=$(yunohost app list --installed -f $carddav_app \
|
||||
--output-as json | grep -Po '"id":[ ]?"\K.*?(?=")' | head -1)
|
||||
|
|
Loading…
Reference in a new issue