From 7f3aec18c381a2b93bdb45f00b5d3f1829b1fc0e Mon Sep 17 00:00:00 2001 From: gilles Date: Sun, 15 Dec 2024 03:34:20 +0100 Subject: [PATCH] bug 1 --- post_inst_deb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/post_inst_deb.sh b/post_inst_deb.sh index 1089bd1..f6fa6a2 100644 --- a/post_inst_deb.sh +++ b/post_inst_deb.sh @@ -182,6 +182,7 @@ show_menu() { while true; do show_menu read -r choice + echo "DEBUG: Vous avez saisi : $choice" # Ligne ajoutée pour debug case $choice in 1) update_and_clean_system ;; 2) install_nfs_server ;;