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

Fixed spacing

This commit is contained in:
TommyTran732 2021-09-26 00:32:45 -04:00
parent 8063b64fd8
commit 4ee2dc607d
No known key found for this signature in database
GPG Key ID: 8825C3851DC29C20

View File

@ -1009,18 +1009,18 @@ broadcast(){
} }
broadcast_database(){ broadcast_database(){
output "###############################################################" output "###############################################################"
output "MARIADB/MySQL INFORMATION" output "MARIADB/MySQL INFORMATION"
output "" output ""
output "Your MariaDB/MySQL root password is $rootpassword" output "Your MariaDB/MySQL root password is $rootpassword"
output "" output ""
output "Create your MariaDB/MySQL host with the following information:" output "Create your MariaDB/MySQL host with the following information:"
output "Host: $SERVER_IP" output "Host: $SERVER_IP"
output "Port: 3306" output "Port: 3306"
output "User: admin" output "User: admin"
output "Password: $adminpassword" output "Password: $adminpassword"
output "###############################################################" output "###############################################################"
output "" output ""
} }
#Execution #Execution
@ -1059,8 +1059,8 @@ case $installoption in
7) repositories_setup 7) repositories_setup
install_database install_database
;; ;;
8) curl -sSL https://raw.githubusercontent.com/tommytran732/MariaDB-Root-Password-Reset/master/mariadb-104.sh | sudo bash 8) curl -sSL https://raw.githubusercontent.com/tommytran732/MariaDB-Root-Password-Reset/master/mariadb-104.sh | sudo bash
;; ;;
9) database_host_reset 9) database_host_reset
;; ;;
esac esac