Update create-mysql-db-and-user.sh

This commit is contained in:
Bozhidar Slaveykov 2023-11-24 00:30:43 +02:00
parent 6fed95a92f
commit 66f4908baf

View file

@ -20,5 +20,6 @@ MYSQL_SCRIPT
echo "Username: $1"
echo "Database: $1"
echo "Password: $PASS"
echo "Success!"
}