From 77ce16af7cbd23882291408dcd1139eabd8941a7 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 9 Mar 2017 10:27:02 -0700 Subject: [PATCH] Update package-all.sh --- debian/resources/switch/package-all.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/resources/switch/package-all.sh b/debian/resources/switch/package-all.sh index 5573fba..8c5b8ae 100755 --- a/debian/resources/switch/package-all.sh +++ b/debian/resources/switch/package-all.sh @@ -1,5 +1,9 @@ #!/bin/sh +#move to script directory so all relative paths work +cd "$(dirname "$0")" + +#includes . ../config.sh . ../colors.sh . ../environment.sh