diff --git a/ct/adventurelog.sh b/ct/adventurelog.sh index f4087d61..4ed7db09 100644 --- a/ct/adventurelog.sh +++ b/ct/adventurelog.sh @@ -68,7 +68,7 @@ function update_script() { msg_ok "Started Services" msg_info "Cleaning Up" - rm -rf v${RELEASE}.zip + 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 msg_ok "Cleaned" msg_ok "Updated Successfully"