Skip to content

Commit e77371e

Browse files
committed
Update | Menu option 5 change
Changement sur l'option 5 : Script d'éxécution remplacer par 'pterodactylpanelreinstall.sh' car 'massgrave.cmd' ne marche pas sur linux.
1 parent 38d643a commit e77371e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

menu.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ while true; do
3232
echo ""
3333
echo " +-------------+"
3434
echo " | Script : |"
35-
echo " +-------------+------------ +--------------+"
36-
echo " | 3. Exécuter 'new.sh' |"
37-
echo " | |"
38-
echo " | 4. Exécuter 'speedtest.sh' |"
39-
echo " | |"
40-
echo " | 5. Exécuter 'massgrave.cmd' |"
41-
echo " +---------------------------+--------------+"
35+
echo " +-------------+------------ +----------------+"
36+
echo " | 3. Exécuter 'new.sh' |"
37+
echo " | |"
38+
echo " | 4. Exécuter 'speedtest.sh' |"
39+
echo " | |"
40+
echo " | 5. Exécuter 'pterodactyl-panel-reinstaller'|"
41+
echo " +---------------------------+----------------+"
4242
echo " | 6. Quitter |"
4343
echo " +------------+"
4444

@@ -72,7 +72,7 @@ while true; do
7272
5)
7373
echo "Exécution du script 'massgrave.cmd'."
7474
# Ajoutez le code correspondant à l'Option 4 ici
75-
bash <(curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/main/.assets/massgrave.cmd)
75+
bash <(curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/main/.assets/pterodactylpanelreinstall.sh)
7676
;;
7777
6)
7878
echo "Au revoir !"

0 commit comments

Comments
 (0)