update 1.2.4

This commit is contained in:
MacRimi
2026-07-21 19:09:59 +02:00
parent f2516010c7
commit c53289753d
2 changed files with 2 additions and 2 deletions

View File

@@ -485,7 +485,7 @@ extract_appimage_to_runtime_dir() {
rm -f "$appimage_path"
msg_ok "AppImage runtime extracted (no FUSE mount; bypasses Wazuh rule 521)."
msg_ok "AppImage runtime extracted."
return 0
}

View File

@@ -372,7 +372,7 @@ extract_appimage_to_runtime_dir() {
rm -f "$appimage_path"
msg_ok "AppImage runtime extracted (no FUSE mount; bypasses Wazuh rule 521)."
msg_ok "AppImage runtime extracted."
return 0
}