From adac2ae241fcbb0c39cf85822757ce9d99803674 Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Wed, 5 Apr 2017 15:58:26 -0500 Subject: [PATCH] Update sinatra.rb --- chef/cookbooks/metasploitable/recipes/sinatra.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef/cookbooks/metasploitable/recipes/sinatra.rb b/chef/cookbooks/metasploitable/recipes/sinatra.rb index 72098d2..4548cfe 100644 --- a/chef/cookbooks/metasploitable/recipes/sinatra.rb +++ b/chef/cookbooks/metasploitable/recipes/sinatra.rb @@ -20,7 +20,7 @@ directory '/opt/sinatra' do mode '0777' end -['Gemfile', 'README.txt', 'check.rb', 'poc.rb', 'start.sh', 'server.rb'].each do |fname| +['Gemfile', 'README.txt', 'check.rb', 'poc.rb', 'start.conf', 'server.rb'].each do |fname| cookbook_file "/opt/sinatra/#{fname}" do source "sinatra/#{fname}" mode '0777'