AdventureLog: remove folder during update process (#7507)

This commit is contained in:
CanbiZ
2025-09-09 11:24:58 +02:00
committed by GitHub
parent 135b3ff964
commit fac612077a

View File

@@ -39,6 +39,7 @@ function update_script() {
msg_info "Backup Old Installation" msg_info "Backup Old Installation"
cp -r /opt/adventurelog /opt/adventurelog-backup cp -r /opt/adventurelog /opt/adventurelog-backup
rm -rf /opt/adventurelog
msg_ok "Backup done" msg_ok "Backup done"
fetch_and_deploy_gh_release "adventurelog" "seanmorley15/adventurelog" fetch_and_deploy_gh_release "adventurelog" "seanmorley15/adventurelog"