Wizarr:small fixes
This commit is contained in:
parent
a70ca57ee8
commit
4cbda30214
@ -51,7 +51,7 @@ 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
|
||||||
$STD tar -xf "$BACKUP_PATH" --directory=/
|
$STD tar -xf "$BACKUP_FILE" --directory=/
|
||||||
$STD uv -q run flask db upgrade
|
$STD uv -q run flask db upgrade
|
||||||
msg_ok "Updated $APP to v${RELEASE}"
|
msg_ok "Updated $APP to v${RELEASE}"
|
||||||
|
|
||||||
@ -60,7 +60,7 @@ function update_script() {
|
|||||||
msg_ok "Started $APP"
|
msg_ok "Started $APP"
|
||||||
|
|
||||||
msg_info "Cleaning Up"
|
msg_info "Cleaning Up"
|
||||||
rm -rf "$BACKUP_PATH"
|
rm -rf "$BACKUP_FILE"
|
||||||
rm /tmp/"$RELEASE".zip
|
rm /tmp/"$RELEASE".zip
|
||||||
msg_ok "Cleanup Completed"
|
msg_ok "Cleanup Completed"
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ uv -q sync --locked
|
|||||||
$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 uv -q run flask db upgrade
|
||||||
echo "${RELEASE}" >/opt/wizarr_version.txt
|
echo "${RELEASE}" >/opt/wizarr_version.txt
|
||||||
msg_ok "Installed ${APPLICATION}"
|
msg_ok "Installed ${APPLICATION}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user