Skip to content

Commit e08a123

Browse files
authored
Merge pull request hestiacp#1616 from ioannidesalex/patch-51
Minor fix
2 parents f68bb79 + 4880746 commit e08a123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ done
943943

944944
if [ "$vsftpd" = 'yes' ]; then
945945
cp -f $vestacp/vsftpd/vsftpd.conf /etc/
946-
touch /var/log//vsftpd.log
946+
touch /var/log/vsftpd.log
947947
chown root:adm /var/log/vsftpd.log
948948
chmod 640 /var/log/vsftpd.log
949949
touch /var/log/xferlog

0 commit comments

Comments
 (0)