From b33c4b61c79b49482b8484a581e4db8c8eef389d Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:30:18 +0200 Subject: [PATCH] Apply suggestion from @CrazyWolf13 --- install/discourse-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/discourse-install.sh b/install/discourse-install.sh index c9174092c..3737427a9 100644 --- a/install/discourse-install.sh +++ b/install/discourse-install.sh @@ -124,9 +124,7 @@ cd /opt/discourse export PATH="$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH" eval "$(rbenv init - bash)" 2>/dev/null || true export RAILS_ENV=production -set -a -source /opt/discourse/.env -set +a +set -a && source /opt/discourse/.env && set +a $STD bundle exec rails assets:precompile msg_ok "Built Discourse Assets"