Skip to content

Commit

Permalink
Module directories installed by custom.sh don't have correct permissi…
Browse files Browse the repository at this point in the history
…ons. Resolves #76.
  • Loading branch information
ruebot committed Sep 28, 2015
1 parent 88978b4 commit 32d4d36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provision :shell, path: "./scripts/ffmpeg.sh", :args => shared_dir
config.vm.provision :shell, path: "./scripts/warctools.sh", :args => shared_dir
config.vm.provision :shell, path: "./scripts/sleuthkit.sh", :args => shared_dir
config.vm.provision :shell, path: "./scripts/post.sh"

if File.exist?("./scripts/custom.sh") then
config.vm.provision :shell, path: "./scripts/custom.sh", :args => shared_dir
end
config.vm.provision :shell, path: "./scripts/post.sh"
end

0 comments on commit 32d4d36

Please sign in to comment.