bug 1
This commit is contained in:
@@ -182,6 +182,7 @@ show_menu() {
|
|||||||
while true; do
|
while true; do
|
||||||
show_menu
|
show_menu
|
||||||
read -r choice
|
read -r choice
|
||||||
|
echo "DEBUG: Vous avez saisi : $choice" # Ligne ajoutée pour debug
|
||||||
case $choice in
|
case $choice in
|
||||||
1) update_and_clean_system ;;
|
1) update_and_clean_system ;;
|
||||||
2) install_nfs_server ;;
|
2) install_nfs_server ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user