Wizarr: fix typo

This commit is contained in:
vhsdream 2025-06-05 15:01:47 -04:00
parent fc0a4d914d
commit 66555486e0
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ function update_script() {
mv wizarr-${RELEASE}/ /opt/wizarr mv wizarr-${RELEASE}/ /opt/wizarr
cd /opt/wizarr cd /opt/wizarr
uv -q sync --locked 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 $STD npm --prefix app/static install
mkdir -p ./.cache mkdir -p ./.cache
uv -q run flask db upgrade uv -q run flask db upgrade

View File

@ -31,7 +31,7 @@ unzip -q /tmp/"$RELEASE".zip
mv wizarr-${RELEASE}/ /opt/wizarr mv wizarr-${RELEASE}/ /opt/wizarr
cd /opt/wizarr cd /opt/wizarr
uv -q sync --locked 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 $STD npm --prefix app/static install
mkdir -p ./.cache mkdir -p ./.cache
uv -q run flask db upgrade uv -q run flask db upgrade