Merge pull request #840 from andresmrm/fix-server-config-recreation

Fix path to server config file.
This commit is contained in:
Tomas Bures 2020-01-31 12:32:16 +01:00 committed by GitHub
commit 010e4837bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ if [ ! -z "$MAILTRAIN_SETTING" ]; then
exit 1
fi
if [ -f application/config/config.php ]; then
if [ -f server/config/production.yaml ]; then
echo 'Info: application/production.yaml already provisioned'
else
echo 'Info: Generating application/production.yaml'