File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,19 +39,19 @@ while true; do
39
39
echo " | 4. Exécuter 'speedtest.sh' |"
40
40
echo " | |"
41
41
echo " | 5. Exécuter 'pterodactyl-panel-reinstaller'|"
42
- echo " +---------------------------+ ----------------+"
42
+ echo " +---------------------------- ----------------+"
43
43
echo " | 6. ${BLUE}${BOLD} Exécuter le Pterodactyl Menu${RESET} |"
44
44
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} |"
48
48
echo " +-------------+------------+-----------------+"
49
49
echo " | ${RED}${BOLD} 8. Quitter${RESET} |"
50
50
echo " +------------+"
51
51
52
52
53
53
# Lecture du choix de l'utilisateur
54
- read -p " Choisissez une option (1-7 ) : " choix
54
+ read -p " Choisissez une option (1-8 ) : " choix
55
55
56
56
# Traitement du choix
57
57
case $choix in
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ while true; do
43
43
44
44
45
45
# Lecture du choix de l'utilisateur
46
- read -p " Choisissez une option (1-7 ) : " choix
46
+ read -p " Choisissez une option (1-5 ) : " choix
47
47
48
48
# Traitement du choix
49
49
case $choix in
You can’t perform that action at this time.
0 commit comments