mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Copy Proftpd tls.conf in installer
This commit is contained in:
parent
108cb3dfdb
commit
0a0d3a4649
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue