forked from norman/fusionpbx-install.sh-github-mirror
Update postgres.sh
This commit is contained in:
6
debian/resources/postgres.sh
vendored
6
debian/resources/postgres.sh
vendored
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user