diff --git a/updates/discourse.sh b/updates/discourse.sh index ef82505..35f2ca1 100644 --- a/updates/discourse.sh +++ b/updates/discourse.sh @@ -14,6 +14,7 @@ fi echo basedir=$HOME/discourse +services="sidekiq discourse" patch=$HOME/latest.patch # not clear why this is a samplefile # they seem to do this by hand on the docker repo @@ -59,8 +60,8 @@ then fi RAILS_ENV=production bundle exec rails db:migrate -systemctl restart --user discourse +systemctl restart --user $services sleep 2 -systemctl status --user discourse \ No newline at end of file +systemctl status --user $services \ No newline at end of file