From 4c399b626d84468a2aa02f5e41808785c706519a Mon Sep 17 00:00:00 2001 From: Pete Travis Date: Jun 03 2016 09:04:52 +0000 Subject: adjust Vagrantfile for new log file paths --- diff --git a/Vagrantfile b/Vagrantfile index 58f55db..e12194c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -175,7 +175,7 @@ Vagrant.configure(2) do |config| # .. frontend.vm.provision "shell", - inline: "sudo chown -R copr-fe:copr-fe /var/log/copr" + inline: "sudo chown -R copr-fe:copr-fe /var/log/copr-frontend # .. frontend.vm.provision "shell",