Browse Source

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

Bozhidar Slaveykov 1 year ago
parent
commit
66f4908baf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      shell/helpers/ubuntu/create-mysql-db-and-user.sh

+ 1 - 0
shell/helpers/ubuntu/create-mysql-db-and-user.sh

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