Wizarr:small fixes

This commit is contained in:
vhsdream 2025-06-05 15:44:54 -04:00
parent a70ca57ee8
commit 4cbda30214
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ function update_script() {
$STD uv -q run pybabel compile -d app/translations
$STD npm --prefix app/static install
mkdir -p ./.cache
$STD tar -xf "$BACKUP_PATH" --directory=/
$STD tar -xf "$BACKUP_FILE" --directory=/
$STD uv -q run flask db upgrade
msg_ok "Updated $APP to v${RELEASE}"
@ -60,7 +60,7 @@ function update_script() {
msg_ok "Started $APP"
msg_info "Cleaning Up"
rm -rf "$BACKUP_PATH"
rm -rf "$BACKUP_FILE"
rm /tmp/"$RELEASE".zip
msg_ok "Cleanup Completed"

View File

@ -34,7 +34,7 @@ uv -q sync --locked
$STD uv -q run pybabel compile -d app/translations
$STD npm --prefix app/static install
mkdir -p ./.cache
uv -q run flask db upgrade
$STD uv -q run flask db upgrade
echo "${RELEASE}" >/opt/wizarr_version.txt
msg_ok "Installed ${APPLICATION}"