Skip to content

Commit 018846e

Browse files
committed
Remove template parts due to compatibility issue.
1 parent 6ca6c69 commit 018846e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/deb/hestia/postinst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,4 @@ if [ ! -z "$BACKEND_PORT" ]; then
6868
/usr/local/hestia/bin/v-change-sys-port $BACKEND_PORT
6969
fi
7070

71-
# Update Web and DNS templates
72-
rm -rf /usr/local/hestia/data/templates/*
73-
cp -rf /usr/local/hestia/install/ubuntu/18.04/templates/* /usr/local/hestia/data/templates/
74-
7571
exit 0

0 commit comments

Comments
 (0)