From: Tom Hughes Date: Sun, 19 Jan 2020 17:52:24 +0000 (+0000) Subject: Quote argument to prevent wildcard expansion X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/3cf5cb9ed6cfd4953278ba28db6e7ae049bfc338 Quote argument to prevent wildcard expansion --- diff --git a/cookbooks/forum/recipes/default.rb b/cookbooks/forum/recipes/default.rb index 0f0001940..fcbf2f330 100644 --- a/cookbooks/forum/recipes/default.rb +++ b/cookbooks/forum/recipes/default.rb @@ -72,7 +72,7 @@ end execute "#{cache_dir}/air3_v0.8.zip" do action :nothing - command "unzip -o -qq #{cache_dir}/air3_v0.8.zip Air3.css Air3/*" + command "unzip -o -qq #{cache_dir}/air3_v0.8.zip Air3.css 'Air3/*'" cwd "/srv/forum.openstreetmap.org/html/style" user "forum" group "forum"