We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34338a5 commit f6b56cfCopy full SHA for f6b56cf
src/deb/hestia/postinst
@@ -64,7 +64,7 @@ if [ -f /usr/local/hestia/data/firewall/ports.conf ]; then
64
fi
65
66
# Set backend port
67
-if [ ! -z "$BACKEND_PORT" ]
+if [ ! -z "$BACKEND_PORT" ]; then
68
/usr/local/hestia/bin/v-change-sys-port $BACKEND_PORT
69
70
0 commit comments