From 101a0419728681139d3b2e74562c65c0ba1e7a5a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sun, 18 Jan 2026 10:00:08 +0100 Subject: [PATCH] test --- install/dawarich-install.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/install/dawarich-install.sh b/install/dawarich-install.sh index cec66c43a..332eb7f0c 100644 --- a/install/dawarich-install.sh +++ b/install/dawarich-install.sh @@ -78,11 +78,9 @@ $STD bundle config set --local deployment 'true' $STD bundle config set --local without 'development test' $STD bundle install -if [[ -f /opt/dawarich/package.json ]]; then - cd /opt/dawarich - $STD npm install - cd /opt/dawarich/app -fi +cd /opt/dawarich +$STD npm install +cd /opt/dawarich/app $STD bundle exec rake assets:precompile $STD bundle exec rails db:prepare