Skip to content

Commit

Permalink
Plugins should be executable
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhjk committed Apr 23, 2010
1 parent 5773560 commit 7ed1c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudkick/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
remote_directory "/usr/lib/cloudkick-agent/plugins" do
source "plugins"
mode "0755"
files_mode "0644"
files_mode "0755"
files_backup 0
recursive true
end
Expand Down

0 comments on commit 7ed1c03

Please sign in to comment.