Watcharr: Clean install on update (#15119)

* Clean install

* Update
This commit is contained in:
Slaviša Arežina
2026-06-15 21:33:12 +02:00
committed by GitHub
parent 3c42589ff0
commit 55703ab0ec
+3 -3
View File
@@ -34,9 +34,9 @@ function update_script() {
systemctl stop watcharr
msg_ok "Stopped Service"
rm -f /opt/watcharr/server/watcharr
rm -rf /opt/watcharr/server/ui
fetch_and_deploy_gh_release "watcharr" "sbondCo/Watcharr" "tarball"
create_backup /opt/watcharr/server/data
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "watcharr" "sbondCo/Watcharr" "tarball"
restore_backup
msg_info "Updating Watcharr"
cd /opt/watcharr