From e83320e4a7f0200a1f2cc53be59361ea722c12f2 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Mon, 5 May 2025 12:32:54 +0200 Subject: [PATCH] Update help_info_menu.sh --- scripts/help_info_menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/help_info_menu.sh b/scripts/help_info_menu.sh index 43fabb70..677950ff 100644 --- a/scripts/help_info_menu.sh +++ b/scripts/help_info_menu.sh @@ -86,7 +86,7 @@ show_system_commands() { case "$user_input" in 0) break ;; - [1-9]|1[0-9]|2[0-1]) + [1-9]|1[0-9]|2[0-3]) case "$user_input" in 1) cmd="pveversion" ;; 2) cmd="pveversion -v" ;;