We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 497b7c5 + 7a28629 commit 90a6057Copy full SHA for 90a6057
install/vst-install-ubuntu.sh
@@ -943,6 +943,12 @@ done
943
944
if [ "$vsftpd" = 'yes' ]; then
945
cp -f $vestacp/vsftpd/vsftpd.conf /etc/
946
+ touch /var/log//vsftpd.log
947
+ chown root:adm /var/log/vsftpd.log
948
+ chmod 640 /var/log/vsftpd.log
949
+ touch /var/log/xferlog
950
+ chown root:adm /var/log/xferlog
951
+ chmod 640 /var/log/xferlog
952
update-rc.d vsftpd defaults
953
service vsftpd start
954
check_result $? "vsftpd start failed"
0 commit comments