Skip to content

Commit c3cfd66

Browse files
authored
Merge pull request hestiacp#1543 from robindirksen1/patch-5
Update v-update-host-certificate for restart vsftpd
2 parents b7c19a8 + d14d4cd commit c3cfd66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/v-update-host-certificate

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ $BIN/v-restart-mail
7676
if [ ! -z "$IMAP_SYSTEM" ]; then
7777
$BIN/v-restart-service "$IMAP_SYSTEM"
7878
fi
79+
if [ ! -z "$FTP_SYSTEM" ]; then
80+
$BIN/v-restart-service "$FTP_SYSTEM"
81+
fi
7982
if [ -f "/var/run/vesta-nginx.pid" ]; then
8083
kill -HUP $(cat /var/run/vesta-nginx.pid)
8184
fi

0 commit comments

Comments
 (0)