ソースを参照

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

Bozhidar Slaveykov 1 年間 前
コミット
66f4908baf
1 ファイル変更1 行追加0 行削除
  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!"
 
 }