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

[fix] install carddav plugin correctly

This commit is contained in:
magikcypress 2017-06-19 00:16:34 +02:00
parent 83d87a728c
commit 3eb28f0486
No known key found for this signature in database
GPG key ID: 3B3C7CD61957AC9A

View file

@ -95,9 +95,9 @@ if [[ -z "${with_carddav:-}" ]]; then
ynh_app_setting_set "$app" with_carddav "$with_carddav"
fi
# Update or instal CardDAV plugin
# Update or install CardDAV plugin
if [[ $with_carddav -eq 1 ]]; then
install_carddav "${final_path}" \
install_carddav "${final_path}" admin \
&& installed_plugins+=" 'carddav'," \
|| echo "Unable to install CardDAV plugin" >&2
fi