Merge pull request #2 from monnierant/test

clean old chown command
pull/27/head
Monnier Antoine 2018-08-23 10:17:47 +02:00 committed by GitHub
commit 819f75132e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ export DB_HOST
export DB_USER
export DB_NAME
export DEBUG
export DO_CHMOD
# Default values
DB_HOST=${DB_HOST:-mariadb}
@ -13,7 +12,6 @@ DB_USER=${DB_USER:-flarum}
DB_NAME=${DB_NAME:-flarum}
DEBUG=${DEBUG:-false}
LOG_TO_STDOUT=${LOG_TO_STDOUT:-false}
DO_CHMOD=${DO_CHMOD:-true}
# Required env variables
if [ -z "$DB_PASS" ]; then