From: eostre Date: Tue, 15 Sep 2020 17:30:54 +0000 (-0400) Subject: document conf/conf a bit X-Git-Url: https://vcs.fsf.org/?p=eostre.git;a=commitdiff_plain;h=ddade72f9e0f19fefe54e937469760d909058f2c;hp=d8c73e01db9b978b6d47e8f9af4ce72356027ce4 document conf/conf a bit --- 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}"