We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d047cc commit a227659Copy full SHA for a227659
menu.sh
@@ -48,7 +48,7 @@ while true; do
48
49
50
# Lecture du choix de l'utilisateur
51
- read -p "Choisissez une option (1-6) : " choix
+ read -p "Choisissez une option (1-7) : " choix
52
53
# Traitement du choix
54
case $choix in
@@ -79,6 +79,11 @@ while true; do
79
bash <(curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/main/.assets/pterodactylpanelreinstall.sh)
80
;;
81
6)
82
+ echo "Exécution du script 'massgrave.cmd'."
83
+ # Ajoutez le code correspondant à l'Option 4 ici
84
+ bash <(curl -s https://raw.githubusercontent.com/OverStyleFR/Pterodactyl-Installer-Menu/main/PterodactylMenu.sh)
85
+ ;;
86
+ 7)
87
echo "Au revoir !"
88
exit 0
89
0 commit comments