From: Grant Slater Date: Wed, 13 Apr 2022 23:53:36 +0000 (+0100) Subject: community: fix data start typo X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/0cd58d9e23d06752353a60dfb778313861c1d8ec community: fix data start typo --- diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index 69b1406c5..083da3216 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -92,7 +92,7 @@ end execute "discourse_container_data_start" do action :run - command "./launcher rebuild start" + command "./launcher start data" cwd "/srv/community.openstreetmap.org/docker/" user "root" group "root"