mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 14:24:07 -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
|
if [ "$proftpd" = 'yes' ]; then
|
||||||
echo "127.0.0.1 $servername" >> /etc/hosts
|
echo "127.0.0.1 $servername" >> /etc/hosts
|
||||||
cp -f $vestacp/proftpd/proftpd.conf /etc/proftpd/
|
cp -f $vestacp/proftpd/proftpd.conf /etc/proftpd/
|
||||||
|
cp -f $vestacp/proftpd/tls.conf /etc/proftpd/
|
||||||
update-rc.d proftpd defaults
|
update-rc.d proftpd defaults
|
||||||
service proftpd start
|
service proftpd start
|
||||||
check_result $? "proftpd start failed"
|
check_result $? "proftpd start failed"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue