mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-05-01 03:46:22 +00:00
Update security_menu.sh
This commit is contained in:
@@ -35,7 +35,6 @@ security_menu() {
|
|||||||
--menu "$menu_text" 18 70 4 \
|
--menu "$menu_text" 18 70 4 \
|
||||||
"1" "$(translate 'Fail2Ban - Intrusion Prevention')" \
|
"1" "$(translate 'Fail2Ban - Intrusion Prevention')" \
|
||||||
"2" "$(translate 'Lynis - Security Audit')" \
|
"2" "$(translate 'Lynis - Security Audit')" \
|
||||||
"0" "$(translate 'Return to Main Menu')" \
|
|
||||||
3>&1 1>&2 2>&3) || OPTION="0"
|
3>&1 1>&2 2>&3) || OPTION="0"
|
||||||
|
|
||||||
case "$OPTION" in
|
case "$OPTION" in
|
||||||
@@ -55,7 +54,7 @@ security_menu() {
|
|||||||
sleep 2
|
sleep 2
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
0|*)
|
*) exec bash "$LOCAL_SCRIPTS/menus/main_menu.sh" ;;
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user