1
0
Fork 0
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:
Maniack Crudelis 2019-03-04 15:23:53 +01:00
parent 352513f597
commit eae12566bf
2 changed files with 2 additions and 2 deletions

View file

@ -165,7 +165,7 @@ then
carddav_tmp_config="../conf/carddav.config.inc.php" carddav_tmp_config="../conf/carddav.config.inc.php"
# Look for installed and supported CardDAV servers # Look for installed and supported CardDAV servers
for carddav_app in "owncloud" "baikal" for carddav_app in "owncloud" "nextcloud" "baikal"
do do
carddav_app_id=$(yunohost app list --installed -f $carddav_app \ carddav_app_id=$(yunohost app list --installed -f $carddav_app \
--output-as json | grep -Po '"id":[ ]?"\K.*?(?=")' | head -1) --output-as json | grep -Po '"id":[ ]?"\K.*?(?=")' | head -1)

View file

@ -191,7 +191,7 @@ then
carddav_tmp_config="../conf/carddav.config.inc.php" carddav_tmp_config="../conf/carddav.config.inc.php"
# Look for installed and supported CardDAV servers # Look for installed and supported CardDAV servers
for carddav_app in "owncloud" "baikal" for carddav_app in "owncloud" "nextcloud" "baikal"
do do
carddav_app_id=$(yunohost app list --installed -f $carddav_app \ carddav_app_id=$(yunohost app list --installed -f $carddav_app \
--output-as json | grep -Po '"id":[ ]?"\K.*?(?=")' | head -1) --output-as json | grep -Po '"id":[ ]?"\K.*?(?=")' | head -1)