Skip to content

Commit 860e526

Browse files
committed
Remove port change (new in hestia-nginx) and remove rebuild dns/mail.
1 parent 6a06d76 commit 860e526

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

install/upgrade/versions/0.9.8-28.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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
2424
fi
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
3227
if [ ! -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

install/upgrade/versions/1.0.1.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ source /usr/local/hestia/conf/hestia.conf
2424
if [ -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
2927
fi
3028

3129
# Update Apache and Nginx configuration to support new file structure

0 commit comments

Comments
 (0)