Update postgres.sh

This commit is contained in:
FusionPBX 2017-03-04 12:56:38 -07:00 committed by GitHub
parent 7141d47842
commit 366663633d
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 "Install PostgreSQL"