Update empty.sh

This commit is contained in:
FusionPBX 2017-05-15 18:32:09 -06:00 committed by GitHub
parent 1d57128545
commit 0f78a3225b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ db_port=5432
cd "$(dirname "$0")"
#includes
. ./config.sh
. ../config.sh
#set the database password
export PGPASSWORD=$database_password