From 806a4e64564d73f6fd2e23f02affdb7aa5f0072e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 28 Feb 2019 11:45:13 -0700 Subject: [PATCH] Update source-release.sh --- debian/resources/switch/source-release.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/resources/switch/source-release.sh b/debian/resources/switch/source-release.sh index a38851c..27f1da6 100755 --- a/debian/resources/switch/source-release.sh +++ b/debian/resources/switch/source-release.sh @@ -1,5 +1,11 @@ #!/bin/sh +#move to script directory so all relative paths work +cd "$(dirname "$0")" + +#includes +. ./config.sh + # add repo key wget -O - https://files.freeswitch.org/repo/deb/freeswitch-1.8/fsstretch-archive-keyring.asc | apt-key add -