File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -81,6 +81,9 @@ if [ ! -z "$MAIL_SYSTEM" ]; then
8181 # Restart exim (and dovecot if applicable)
8282 $BIN /v-restart-mail
8383fi
84+ if [ " $FTP_SYSTEM " = " vsftpd" ]; then
85+ $BIN /v-restart-ftp
86+ fi
8487$BIN /v-restart-service hestia
8588
8689# ----------------------------------------------------------#
You can’t perform that action at this time.
0 commit comments