Fix path to server config file.
This commit is contained in:
parent
ed2655b78e
commit
976d788b17
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,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…
Reference in a new issue