Merge pull request #840 from andresmrm/fix-server-config-recreation
Fix path to server config file.
This commit is contained in:
commit
010e4837bc
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue