From 0f78a3225b7bd14a02ef974f3bf6d62b01418fc8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 15 May 2017 18:32:09 -0600 Subject: [PATCH] Update empty.sh --- debian/resources/postgresql/empty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/postgresql/empty.sh b/debian/resources/postgresql/empty.sh index b203539..1ff206b 100755 --- a/debian/resources/postgresql/empty.sh +++ b/debian/resources/postgresql/empty.sh @@ -8,7 +8,7 @@ db_port=5432 cd "$(dirname "$0")" #includes -. ./config.sh +. ../config.sh #set the database password export PGPASSWORD=$database_password