From 9d5e7756c043144d1e8d563c10cd38db39626cac Mon Sep 17 00:00:00 2001 From: Leopere Date: Mon, 15 Oct 2018 03:14:02 -0400 Subject: [PATCH] Leaving note to refactor this --- www.spee.ch/docker-entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www.spee.ch/docker-entrypoint.sh b/www.spee.ch/docker-entrypoint.sh index 0e4075a..54b2ce2 100755 --- a/www.spee.ch/docker-entrypoint.sh +++ b/www.spee.ch/docker-entrypoint.sh @@ -34,6 +34,8 @@ ENVVARS=("MYSQL_ENV_MYSQL_USER" # SITE_ADDRESS=alpha.address.com SITE_DESCRIPTION=alpha.description + +## There might be a better way to do this now I'm working on something for configuring things more magically. function set_conf() { case $1 in MYSQL_ENV_MYSQL_USER )