Update empty.sh
This commit is contained in:
parent
897c0cd24b
commit
1d57128545
|
|
@ -4,6 +4,15 @@
|
||||||
db_host=127.0.0.1
|
db_host=127.0.0.1
|
||||||
db_port=5432
|
db_port=5432
|
||||||
|
|
||||||
|
#move to script directory so all relative paths work
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
|
#includes
|
||||||
|
. ./config.sh
|
||||||
|
|
||||||
|
#set the database password
|
||||||
|
export PGPASSWORD=$database_password
|
||||||
|
|
||||||
#set the date
|
#set the date
|
||||||
now=$(date +%Y-%m-%d)
|
now=$(date +%Y-%m-%d)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue