Update source-release.sh

This commit is contained in:
FusionPBX 2017-03-31 21:48:04 -06:00 committed by GitHub
parent 1cfd809be1
commit b69cb73630
1 changed files with 6 additions and 0 deletions

View File

@ -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 "Installing the FreeSWITCH source"