Forráskód Böngészése

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

Bozhidar Slaveykov 1 éve
szülő
commit
66f4908baf
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 "Database: $1"
   echo "Password: $PASS"
+  echo "Success!"
 
 }