We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1253d4b commit 6d5fc82Copy full SHA for 6d5fc82
appengine/standard/wordpress/gen-wp-config
@@ -9,13 +9,11 @@ function die() {
9
exit 1
10
}
11
12
-if [[ -z "$db_instance" || -z "$db_name" || -z "$db_pass" ]]; then
+if [[ "$#" != "3" ]]; then
13
die "Usage: $0 [DB_INSTANCE] [DB_NAME] [DB_PASS]
14
15
This script prints to stdout the contents wp-config.php needs to work on php72.
16
17
-DB_TIER is the tier of the Cloud SQL instance.
18
-
19
DB_INSTANCE is the name of the MySQL instance to create.
20
21
DB_NAME is the name of the database to create within the MySQL instance.
0 commit comments