From 304059a759fd33a28bafbe52010228cea96716f3 Mon Sep 17 00:00:00 2001 From: dpeca Date: Thu, 6 Feb 2020 20:36:09 +0100 Subject: [PATCH] Patching rcube_vcard.php in installer --- install/vst-install-debian.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index b7374390..3766d031 100644 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -1530,6 +1530,10 @@ if [ "$release" -eq 10 ]; then service php7.3-fpm restart fi +echo "=== Patching rcube_vcard.php" +wget -nv https://c.myvestacp.com/tools/patches/rcube_vcard.patch -O /root/rcube_vcard.patch +patch /usr/share/roundcube/program/lib/Roundcube/rcube_vcard.php < /root/rcube_vcard.patch + # Comparing hostname and ip make_ssl=0 host_ip=$(host $servername | head -n 1 | awk '{print $NF}')