File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ if [ -f /usr/local/hestia/data/firewall/ports.conf ]; then
2323 rm -f /usr/local/hestia/data/firewall/ports.conf
2424fi
2525
26- # Reset backend port
27- if [ ! -z " $BACKEND_PORT " ]; then
28- /usr/local/hestia/bin/v-change-sys-port $BACKEND_PORT
29- fi
30-
3126# Move clamav to proper location - https://goo.gl/zNuM11
3227if [ ! -d /usr/local/hestia/web/edit/server/clamav-daemon ]; then
3328 mv /usr/local/hestia/web/edit/server/clamd /usr/local/web/edit/server/clamav-daemon
Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ source /usr/local/hestia/conf/hestia.conf
2424if [ -d $HESTIA /data/templates/ ]; then
2525 cp -rf $HESTIA /data/templates $HESTIA_BACKUP /templates/
2626 $HESTIA /bin/v-update-web-templates
27- $HESTIA /bin/v-update-dns-templates
28- $HESTIA /bin/v-update-mail-templates
2927fi
3028
3129# Update Apache and Nginx configuration to support new file structure
You can’t perform that action at this time.
0 commit comments