Skip to content

Commit eb6150d

Browse files
committed
Update | Menu(s) GUI
1 parent 83c6160 commit eb6150d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

menu.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ while true; do
3939
echo " | 4. Exécuter 'speedtest.sh' |"
4040
echo " | |"
4141
echo " | 5. Exécuter 'pterodactyl-panel-reinstaller'|"
42-
echo " +---------------------------+----------------+"
42+
echo " +--------------------------------------------+"
4343
echo " | 6. ${BLUE}${BOLD}Exécuter le Pterodactyl Menu${RESET} |"
4444
echo " | └ ${YELLOW}${BOLD}OverStyleFR/Pterodactyl-Installer-Menu${RESET} |"
45-
echo " +-------------+------------+-----------------+"
46-
echo " | 7. ${BOLD}${VIOLET}M${GREEN}e${YELLOW}n${BLUE}u${RESET}${BOLD} SSH ${RESET} |"
47-
echo " | └ ${VIOLET}${BOLD}OverStyleFR/AutoScriptBash${RESET} |"
45+
echo " +--------------------------------------------+"
46+
echo " | 7. ${BOLD}${VIOLET}M${GREEN}e${YELLOW}n${BLUE}u${RESET}${BOLD} SSH ${RESET} |"
47+
echo " | └ ${VIOLET}${BOLD}OverStyleFR/AutoScriptBash${RESET} |"
4848
echo " +-------------+------------+-----------------+"
4949
echo " | ${RED}${BOLD}8. Quitter${RESET} |"
5050
echo " +------------+"
5151

5252

5353
# Lecture du choix de l'utilisateur
54-
read -p "Choisissez une option (1-7) : " choix
54+
read -p "Choisissez une option (1-8) : " choix
5555

5656
# Traitement du choix
5757
case $choix in

menu_id.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ while true; do
4343

4444

4545
# Lecture du choix de l'utilisateur
46-
read -p "Choisissez une option (1-7) : " choix
46+
read -p "Choisissez une option (1-5) : " choix
4747

4848
# Traitement du choix
4949
case $choix in

0 commit comments

Comments
 (0)