X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/bcec39c36dfee78db7f8513169935fc0d8f4fc7e..027e6c6a30ad50302390f6ea56d3bbf7a49f4fdf:/cookbooks/forum/recipes/default.rb diff --git a/cookbooks/forum/recipes/default.rb b/cookbooks/forum/recipes/default.rb index 107360abc..e75e5a321 100644 --- a/cookbooks/forum/recipes/default.rb +++ b/cookbooks/forum/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: forum +# Cookbook:: forum # Recipe:: default # -# Copyright 2014, OpenStreetMap Foundation +# Copyright:: 2014, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -69,7 +69,7 @@ end execute "/var/cache/chef/air3_v0.8.zip" do action :nothing - command "unzip -qq /var/cache/chef/air3_v0.8.zip Air3.css Air3/*" + command "unzip -o -qq /var/cache/chef/air3_v0.8.zip Air3.css Air3/*" cwd "/srv/forum.openstreetmap.org/html/style" user "forum" group "forum"