From 4880746f8f628788c2736758b47dc179a5079dc2 Mon Sep 17 00:00:00 2001 From: Alexandros Ioannides Date: Mon, 11 Jun 2018 20:21:13 +0300 Subject: [PATCH] Minor fix --- install/vst-install-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index 39840bbcb..ef835fef1 100755 --- a/install/vst-install-ubuntu.sh +++ b/install/vst-install-ubuntu.sh @@ -943,7 +943,7 @@ done if [ "$vsftpd" = 'yes' ]; then cp -f $vestacp/vsftpd/vsftpd.conf /etc/ - touch /var/log//vsftpd.log + touch /var/log/vsftpd.log chown root:adm /var/log/vsftpd.log chmod 640 /var/log/vsftpd.log touch /var/log/xferlog