From 14cb9f097d2f79d311283bdf9dc58a1fd1a522a4 Mon Sep 17 00:00:00 2001 From: Jonas Albrecht <68380809+jonalbr@users.noreply.github.com> Date: Sun, 6 Jul 2025 14:46:15 +0200 Subject: [PATCH] Fix update script for Mafl: ensure directory is removed recursively (#5759) --- ct/mafl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/mafl.sh b/ct/mafl.sh index 9c6a81dd3..1bb540ec2 100644 --- a/ct/mafl.sh +++ b/ct/mafl.sh @@ -37,7 +37,7 @@ function update_script() { msg_info "Performing backup" mkdir -p /opt/mafl-backup/data mv /opt/mafl/data /opt/mafl-backup/data - rm /opt/mafl + rm -rf /opt/mafl msg_ok "Backup complete" fetch_and_deploy_gh_release "mafl" "hywax/mafl"