mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-22 10:31:34 -05:00
Fixed spacing
This commit is contained in:
parent
8063b64fd8
commit
4ee2dc607d
28
install.sh
28
install.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user