1
0
mirror of https://github.com/tommytran732/Pterodactyl-Script synced 2024-09-18 15:14:43 -04:00

The script now gives Database infos again

Fixed a bug where the script does not give the user database info post installation
This commit is contained in:
TommyTran732 2020-11-15 06:45:53 +00:00 committed by GitHub
parent c0c6065330
commit 70fc2ee0aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2091,7 +2091,8 @@ case $installoption in
firewall firewall
setup_pterodactyl setup_pterodactyl
broadcast broadcast
;; broadcast_database
;;
2) webserver_options 2) webserver_options
theme_options theme_options
repositories_setup_0.7.19 repositories_setup_0.7.19
@ -2099,21 +2100,22 @@ case $installoption in
firewall firewall
setup_pterodactyl_0.7.19 setup_pterodactyl_0.7.19
broadcast broadcast
;; ;;
3) repositories_setup 3) repositories_setup
required_infos required_infos
firewall firewall
ssl_certs ssl_certs
install_wings install_wings
broadcast broadcast
;; broadcast_database
;;
4) repositories_setup_0.7.19 4) repositories_setup_0.7.19
required_infos required_infos
firewall firewall
ssl_certs ssl_certs
install_daemon install_daemon
broadcast broadcast
;; ;;
5) webserver_options 5) webserver_options
repositories_setup repositories_setup
required_infos required_infos
@ -2122,7 +2124,7 @@ case $installoption in
setup_pterodactyl setup_pterodactyl
install_wings install_wings
broadcast broadcast
;; ;;
6) webserver_options 6) webserver_options
theme_options theme_options
repositories_setup_0.7.19 repositories_setup_0.7.19
@ -2131,48 +2133,48 @@ case $installoption in
setup_pterodactyl_0.7.19 setup_pterodactyl_0.7.19
install_daemon install_daemon
broadcast broadcast
;; ;;
7) install_standalone_sftp 7) install_standalone_sftp
;; ;;
8) upgrade_pterodactyl 8) upgrade_pterodactyl
;; ;;
9) upgrade_pterodactyl_1.0 9) upgrade_pterodactyl_1.0
;; ;;
10) theme_options 10) theme_options
upgrade_pterodactyl_0.7.19 upgrade_pterodactyl_0.7.19
theme theme
;; ;;
11) upgrade_daemon 11) upgrade_daemon
;; ;;
12) migrate_wings 12) migrate_wings
;; ;;
13) upgrade_pterodactyl_1.0 13) upgrade_pterodactyl_1.0
migrate_wings migrate_wings
;; ;;
14) theme_options 14) theme_options
upgrade_pterodactyl_0.7.19 upgrade_pterodactyl_0.7.19
theme theme
upgrade_daemon upgrade_daemon
;; ;;
15) upgrade_standalone_sftp 15) upgrade_standalone_sftp
;; ;;
16) install_mobile 16) install_mobile
;; ;;
17) upgrade_mobile 17) upgrade_mobile
;; ;;
18) install_phpmyadmin 18) install_phpmyadmin
;; ;;
19) repositories_setup 19) repositories_setup
install_database install_database
;; ;;
20) theme_options 20) theme_options
if [ "$themeoption" = "1" ]; then if [ "$themeoption" = "1" ]; then
upgrade_pterodactyl_0.7.19 upgrade_pterodactyl_0.7.19
fi fi
theme theme
;; ;;
21) curl -sSL https://raw.githubusercontent.com/tommytran732/MariaDB-Root-Password-Reset/master/mariadb-104.sh | sudo bash 21) curl -sSL https://raw.githubusercontent.com/tommytran732/MariaDB-Root-Password-Reset/master/mariadb-104.sh | sudo bash
;; ;;
22) database_host_reset 22) database_host_reset
;; ;;
esac esac