Wizarr: fix update order
This commit is contained in:
parent
196e9d1365
commit
a70ca57ee8
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user