From c5d7608a783ec4cc3f062ab2ac3ba46f1e4e2208 Mon Sep 17 00:00:00 2001 From: Jesper Dramsch Date: Thu, 9 Jan 2025 10:54:02 +0100 Subject: [PATCH] Remove old installation (at request of @michelroegl-brunner) Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> --- ct/adventurelog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/adventurelog.sh b/ct/adventurelog.sh index 4ed7db09..92ede2f7 100644 --- a/ct/adventurelog.sh +++ b/ct/adventurelog.sh @@ -69,7 +69,7 @@ function update_script() { msg_info "Cleaning Up" rm -rf /opt/v${RELEASE}.zip - mv /opt/adventurelog-backup/ adventurelog-backup-$LAST_VERSION/ # Keep backup, since AdventureLog moves quickly and we want to avoid breaking changes with rm -rf + rm -rf /opt/adventurelog-backup msg_ok "Cleaned" msg_ok "Updated Successfully" else