From dcdafd9c8588d6fae4537d1d0abd7175b5d62f47 Mon Sep 17 00:00:00 2001 From: Tim <timothee@indie.host> Date: Thu, 14 Dec 2017 15:53:49 +0000 Subject: [PATCH] change to .env --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1114424..eb59503 100755 --- a/scripts/install +++ b/scripts/install @@ -4,7 +4,7 @@ mkdir -p ./data/config MYSQL_ROOT_PASSWORD=`tr -dc A-Za-z0-9_ < /dev/urandom | head -c 20 | xargs` -echo "MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}" > env +echo "MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}" > .env cat > ./data/config/config.php <<EOF <?php -- GitLab