diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index d433af05..8921a4d7 100755 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -1040,6 +1040,7 @@ fi if [ "$proftpd" = 'yes' ]; then echo "127.0.0.1 $servername" >> /etc/hosts cp -f $vestacp/proftpd/proftpd.conf /etc/proftpd/ + cp -f $vestacp/proftpd/tls.conf /etc/proftpd/ update-rc.d proftpd defaults service proftpd start check_result $? "proftpd start failed"