From 3cf5cb9ed6cfd4953278ba28db6e7ae049bfc338 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 19 Jan 2020 17:52:24 +0000 Subject: [PATCH] Quote argument to prevent wildcard expansion --- cookbooks/forum/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2