From 66555486e05496d89640359c8a58c9180d6bed30 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Thu, 5 Jun 2025 15:01:47 -0400 Subject: [PATCH] Wizarr: fix typo --- 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 139a25a7..f78be88d 100644 --- a/ct/wizarr.sh +++ b/ct/wizarr.sh @@ -47,7 +47,7 @@ function update_script() { mv wizarr-${RELEASE}/ /opt/wizarr cd /opt/wizarr uv -q sync --locked - uv -q run pylabel compile -d app/translations + uv -q run pybabel compile -d app/translations $STD npm --prefix app/static install mkdir -p ./.cache uv -q run flask db upgrade diff --git a/install/wizarr-install.sh b/install/wizarr-install.sh index 317de638..e7ceee99 100644 --- a/install/wizarr-install.sh +++ b/install/wizarr-install.sh @@ -31,7 +31,7 @@ unzip -q /tmp/"$RELEASE".zip mv wizarr-${RELEASE}/ /opt/wizarr cd /opt/wizarr uv -q sync --locked -uv -q run pylabel compile -d app/translations +uv -q run pybabel compile -d app/translations $STD npm --prefix app/static install mkdir -p ./.cache uv -q run flask db upgrade