mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Update install
This commit is contained in:
parent
ae62264cd5
commit
a5c0ecbdaf
1 changed files with 1 additions and 1 deletions
|
@ -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 --installed -f $carddav_app \
|
||||
carddav_app_id=$(yunohost app list | grep -q 'id: $carddav_app' \
|
||||
--output-as json | grep -Po '"id":[ ]?"\K.*?(?=")' | head -1)
|
||||
if [ -n "$carddav_app_id" ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue