mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Patching rcube_vcard.php in installer
This commit is contained in:
parent
3ea0bbaa3b
commit
304059a759
1 changed files with 4 additions and 0 deletions
|
@ -1530,6 +1530,10 @@ if [ "$release" -eq 10 ]; then
|
||||||
service php7.3-fpm restart
|
service php7.3-fpm restart
|
||||||
fi
|
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
|
# Comparing hostname and ip
|
||||||
make_ssl=0
|
make_ssl=0
|
||||||
host_ip=$(host $servername | head -n 1 | awk '{print $NF}')
|
host_ip=$(host $servername | head -n 1 | awk '{print $NF}')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue