From 8548e9e347f7cd306e49fce63677e6d31c731318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 3 Sep 2019 09:34:13 +0200 Subject: [PATCH] Simpler forum init script --- tutor/templates/hooks/forum/init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutor/templates/hooks/forum/init b/tutor/templates/hooks/forum/init index 9fb52e6..2e9cf9f 100644 --- a/tutor/templates/hooks/forum/init +++ b/tutor/templates/hooks/forum/init @@ -1 +1,2 @@ -bundle exec rake search:initialize && bundle exec rake search:rebuild_index +bundle exec rake search:initialize +bundle exec rake search:rebuild_index