Skip to content

Commit f6b56cf

Browse files
committed
Fix missing ;then.
1 parent 34338a5 commit f6b56cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deb/hestia/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if [ -f /usr/local/hestia/data/firewall/ports.conf ]; then
6464
fi
6565

6666
# Set backend port
67-
if [ ! -z "$BACKEND_PORT" ]
67+
if [ ! -z "$BACKEND_PORT" ]; then
6868
/usr/local/hestia/bin/v-change-sys-port $BACKEND_PORT
6969
fi
7070

0 commit comments

Comments
 (0)