From 645d294f956a0266485a75ac500bba851c2b567b Mon Sep 17 00:00:00 2001 From: vhsdream Date: Wed, 11 Jun 2025 10:29:56 -0400 Subject: [PATCH] Wizarr: fix missing 'run' --- ct/wizarr.sh | 2 +- install/wizarr-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/wizarr.sh b/ct/wizarr.sh index c199c949..88b21cd9 100644 --- a/ct/wizarr.sh +++ b/ct/wizarr.sh @@ -50,7 +50,7 @@ function update_script() { uv -q sync --locked $STD uv -q run pybabel compile -d app/translations $STD npm --prefix app/static install - $STD npm --prefix app/static build:css + $STD npm --prefix app/static run build:css mkdir -p ./.cache $STD tar -xf "$BACKUP_FILE" --directory=/ $STD uv -q run flask db upgrade diff --git a/install/wizarr-install.sh b/install/wizarr-install.sh index 3eb321e9..a0afdc04 100644 --- a/install/wizarr-install.sh +++ b/install/wizarr-install.sh @@ -33,7 +33,7 @@ cd /opt/wizarr uv -q sync --locked $STD uv -q run pybabel compile -d app/translations $STD npm --prefix app/static install -$STD npm --prefix app/static build:css +$STD npm --prefix app/static run build:css mkdir -p ./.cache $STD uv -q run flask db upgrade echo "${RELEASE}" >/opt/wizarr_version.txt