1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

Revert "Update install"

This reverts commit a5c0ecbdaf.
This commit is contained in:
ericgaspar 2020-11-02 23:37:55 +01:00
parent a5c0ecbdaf
commit fcf53b0580
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -159,7 +159,7 @@ then
# Look for installed and supported CardDAV servers
for carddav_app in "nextcloud" "baikal"
do
carddav_app_id=$(yunohost app list | grep -q 'id: $carddav_app' \
carddav_app_id=$(yunohost app list --installed -f $carddav_app \
--output-as json | grep -Po '"id":[ ]?"\K.*?(?=")' | head -1)
if [ -n "$carddav_app_id" ]
then