Update postgres.sh
This commit is contained in:
parent
7141d47842
commit
366663633d
|
|
@ -1,5 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
#move to script directory so all relative paths work
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
|
#includes
|
||||||
|
. ./config.sh
|
||||||
|
|
||||||
#send a message
|
#send a message
|
||||||
echo "Install PostgreSQL"
|
echo "Install PostgreSQL"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue