Wizarr: fix update order

This commit is contained in:
vhsdream 2025-06-05 15:38:03 -04:00
parent 196e9d1365
commit a70ca57ee8

View File

@ -51,8 +51,8 @@ function update_script() {
$STD uv -q run pybabel compile -d app/translations $STD 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
$STD tar -xf "$BACKUP_PATH" --directory=/ $STD tar -xf "$BACKUP_PATH" --directory=/
$STD uv -q run flask db upgrade
msg_ok "Updated $APP to v${RELEASE}" msg_ok "Updated $APP to v${RELEASE}"
msg_info "Starting $APP" msg_info "Starting $APP"