Update postgresql.sh (#212)

environment.sh not environment.s
This commit is contained in:
getsolveit
2018-12-12 02:06:19 +01:00
committed by FusionPBX
parent 8ee410f2cf
commit 9a7d4aa993

View File

@@ -6,7 +6,7 @@ cd "$(dirname "$0")"
#includes
. ./config.sh
. ./colors.sh
. ./environment.s
. ./environment.sh
#send a message
echo "Install PostgreSQL"