From ddade72f9e0f19fefe54e937469760d909058f2c Mon Sep 17 00:00:00 2001 From: eostre Date: Tue, 15 Sep 2020 13:30:54 -0400 Subject: [PATCH] document conf/conf a bit --- drupal-automake-generic/conf/conf | 2 ++ drupal-automake-generic/files/do-mysql.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/drupal-automake-generic/conf/conf b/drupal-automake-generic/conf/conf index fee9638..c5fd97b 100644 --- a/drupal-automake-generic/conf/conf +++ b/drupal-automake-generic/conf/conf @@ -1,3 +1,5 @@ +# conf file for setting a few variables +# currently (2020-09-15, git commit d8c73e01db9b978b6d47e8f9af4ce72356027ce4) only used by by files/do-mysql.sh DRUPAL_DB_PASSWORD=changemeplease DRUPAL_DB_NAME=nameofdrupaltable DRUPAL_DB_USER=drupaluser diff --git a/drupal-automake-generic/files/do-mysql.sh b/drupal-automake-generic/files/do-mysql.sh index ee2e481..c1cf99a 100644 --- a/drupal-automake-generic/files/do-mysql.sh +++ b/drupal-automake-generic/files/do-mysql.sh @@ -1,4 +1,6 @@ #!/bin/bash -xe + +# conf/conf contains some variables . conf/conf DRUPAL_DB_PASSWORD="${DRUPAL_DB_PASSWORD:-password}" -- 2.25.1