From 5b6e641593c057aa34420af18c7270c97caeb4f2 Mon Sep 17 00:00:00 2001 From: Johnny Date: Fri, 27 Feb 2026 08:57:31 +0000 Subject: [PATCH] Actualiser backup.sh_redmine.sh --- backup.sh_redmine.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup.sh_redmine.sh b/backup.sh_redmine.sh index 949d577..5082801 100644 --- a/backup.sh_redmine.sh +++ b/backup.sh_redmine.sh @@ -816,8 +816,8 @@ interactive_menu() { esac # Pause courte puis retour automatique au menu echo "" - echo -e "${BLUE} ↩ Retour au menu dans 3 secondes...${RESET}" - sleep 3 + echo -e "${BLUE} ↩ Retour au menu dans 10 secondes...${RESET}" + sleep 10 done }