Update scripts

This commit is contained in:
MacRimi
2026-04-12 20:32:34 +02:00
parent 4fa4bbb08b
commit 4843fae0eb
47 changed files with 8313 additions and 3014 deletions
+2 -3
View File
@@ -26,13 +26,12 @@ initialize_cache
security_menu() {
while true; do
local menu_text
menu_text="\n$(translate 'Security tools for hardening and auditing your Proxmox VE system.')\n\n"
menu_text+="$(translate 'Select an option:')"
menu_text+="\n$(translate 'Select an option:')"
local OPTION
OPTION=$(dialog --backtitle "ProxMenux" \
--title "$(translate "$SCRIPT_TITLE")" \
--menu "$menu_text" 18 70 4 \
--menu "$menu_text" 20 70 10 \
"1" "$(translate 'Fail2Ban - Intrusion Prevention')" \
"2" "$(translate 'Lynis - Security Audit')" \
3>&1 1>&2 2>&3) || OPTION="0"