From 366663633d2ef03f16c41895267373b635e67a3e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 4 Mar 2017 12:56:38 -0700 Subject: [PATCH] Update postgres.sh --- debian/resources/postgres.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/resources/postgres.sh b/debian/resources/postgres.sh index 2dece12..8362b0a 100755 --- a/debian/resources/postgres.sh +++ b/debian/resources/postgres.sh @@ -1,5 +1,11 @@ #!/bin/sh +#move to script directory so all relative paths work +cd "$(dirname "$0")" + +#includes +. ./config.sh + #send a message echo "Install PostgreSQL"