Update cc-cleaner.sh

This commit is contained in:
2023-06-05 21:38:57 -05:00
parent 4c51be9de1
commit 59d79e2bb2

View File

@@ -68,6 +68,9 @@ case "$choice" in
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
echo
echo
echo "Importing Previous Database Clusters"
/usr/bin/s9s cluster --register \
--cluster-type=galera \
@@ -106,6 +109,9 @@ case "$choice" in
--wait
# bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/install-postfix.sh)
echo
echo "Install Completed"
;;
esac