Browse Source

Update package-all.sh

FusionPBX 8 years ago
parent
commit
77ce16af7c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      debian/resources/switch/package-all.sh

+ 4 - 0
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