From c53289753d49331d728fb0465d87028c188e47f3 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 21 Jul 2026 19:09:59 +0200 Subject: [PATCH] update 1.2.4 --- install_proxmenux.sh | 2 +- install_proxmenux_beta.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install_proxmenux.sh b/install_proxmenux.sh index ab267335..a98a5681 100755 --- a/install_proxmenux.sh +++ b/install_proxmenux.sh @@ -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 } diff --git a/install_proxmenux_beta.sh b/install_proxmenux_beta.sh index d014c3c5..b9787ebe 100644 --- a/install_proxmenux_beta.sh +++ b/install_proxmenux_beta.sh @@ -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 }