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(){
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user