From cc7ec0d0aa1841c810f96d53ac80479bcf285f3f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 5 Jun 2023 20:53:06 -0500 Subject: [PATCH] Update cc-cleaner.sh --- cc-cleaner.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cc-cleaner.sh b/cc-cleaner.sh index 1429feb..e240dec 100755 --- a/cc-cleaner.sh +++ b/cc-cleaner.sh @@ -65,7 +65,6 @@ case "$choice" in read -p "Enter the admin password for MySQL: " pwd echo "Enter the root password for adding back in the admin user for MySQL:" 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" choice @@ -106,7 +105,7 @@ case "$choice" in --wait # bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/install-postfix.sh) - + ;; esac