From 25a739e761c657c138d8241971eae039c7762c16 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sat, 30 May 2026 21:53:06 +0200 Subject: [PATCH] Fireshare: rebuild frontend on update to fix 500 after update --- ct/fireshare.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ct/fireshare.sh b/ct/fireshare.sh index 5933df28b..78e5ff15e 100644 --- a/ct/fireshare.sh +++ b/ct/fireshare.sh @@ -53,6 +53,9 @@ function update_script() { export VIDEO_DIRECTORY=/opt/fireshare-videos export PROCESSED_DIRECTORY=/opt/fireshare-processed $STD uv run flask db upgrade + cd /opt/fireshare/app/client + $STD npm install + $STD npm run build msg_ok "Updated Fireshare" msg_info "Starting Service"