1
0
mirror of https://github.com/tommytran732/Pterodactyl-Script synced 2024-09-16 14:14:42 -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(){
output "###############################################################"
output "MARIADB/MySQL INFORMATION"
output ""
output "Your MariaDB/MySQL root password is $rootpassword"
output ""
output "Create your MariaDB/MySQL host with the following information:"
output "Host: $SERVER_IP"
output "Port: 3306"
output "User: admin"
output "Password: $adminpassword"
output "###############################################################"
output ""
output "###############################################################"
output "MARIADB/MySQL INFORMATION"
output ""
output "Your MariaDB/MySQL root password is $rootpassword"
output ""
output "Create your MariaDB/MySQL host with the following information:"
output "Host: $SERVER_IP"
output "Port: 3306"
output "User: admin"
output "Password: $adminpassword"
output "###############################################################"
output ""
}
#Execution
@ -1059,8 +1059,8 @@ case $installoption in
7) repositories_setup
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