瀏覽代碼

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!"
 
 }