Skip to content

Commit a25b114

Browse files
committed
Fixed missing restart routine for vsftp on v-add-letsencrypt-host
1 parent b816e9a commit a25b114

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ All notable changes to this project will be documented in this file.
6868
- Fixed excluding folders named "logs" from restore backup, thanks to @davidgolsen.
6969
- Fixed typo in delete psql database part, thanks to @joshbmarshall.
7070
- Split long txt records to 255 chunks to prevent bind issues, thanks to @setiseta.
71+
- Fixed missing restart routine for vsftp on v-add-letsencrypt-host.
7172

7273
## [1.0.6] - 2019-09-24 - Hotfix
7374
### Bugfixes

bin/v-update-host-certificate

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ if [ ! -z "$MAIL_SYSTEM" ]; then
8181
# Restart exim (and dovecot if applicable)
8282
$BIN/v-restart-mail
8383
fi
84+
if [ "$FTP_SYSTEM" = "vsftpd" ]; then
85+
$BIN/v-restart-ftp
86+
fi
8487
$BIN/v-restart-service hestia
8588

8689
#----------------------------------------------------------#

0 commit comments

Comments
 (0)