diff --git a/shell/helpers/ubuntu/create-mysql-db-and-user.sh b/shell/helpers/ubuntu/create-mysql-db-and-user.sh index 6e9c44c..216b454 100644 --- a/shell/helpers/ubuntu/create-mysql-db-and-user.sh +++ b/shell/helpers/ubuntu/create-mysql-db-and-user.sh @@ -10,15 +10,15 @@ function create_mysql_db_and_user() { fi mysql -u root <