From 5ea2d4ed70672fc7cfa2304c9b855a887211919b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 17 Oct 2023 22:43:06 -0500 Subject: [PATCH] Update cc-reinstall.sh --- cc-reinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc-reinstall.sh b/cc-reinstall.sh index fbca5af..c112c26 100755 --- a/cc-reinstall.sh +++ b/cc-reinstall.sh @@ -73,7 +73,7 @@ case "$choice" in echo "Enter the root MySQL password:" mysql -u root -p -e "CREATE USER 'admin'@'%' IDENTIFIED BY '${pwd}';GRANT ALL PRIVILEGES ON *.* TO 'admin'@'%' WITH GRANT OPTION;" - read -n 1 -p "Login at https://mysql.scity.us and setup the admin user, verify it brings up the deploy prompt. Once complete then press ENTER" choice2 + read -n 1 -p "Login at https://mysql-manager-node${serverchoice}.scity.us and setup the admin user, verify it brings up the deploy prompt. Once complete then press ENTER" choice2 echo echo echo "Importing Previous Database Clusters"