Skip to content

Commit 14cb9f0

Browse files
authored
Fix update script for Mafl: ensure directory is removed recursively (#5759)
1 parent 4d4726c commit 14cb9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/mafl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function update_script() {
3737
msg_info "Performing backup"
3838
mkdir -p /opt/mafl-backup/data
3939
mv /opt/mafl/data /opt/mafl-backup/data
40-
rm /opt/mafl
40+
rm -rf /opt/mafl
4141
msg_ok "Backup complete"
4242

4343
fetch_and_deploy_gh_release "mafl" "hywax/mafl"

0 commit comments

Comments
 (0)