various changes
This commit is contained in:
parent
b4f2cba251
commit
f9b9c95419
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
$sql_dump_dir="/srv/store/common/sql"
|
||||
$postgres_dump_file="/srv/common/sql/postgres_$(host).sql"
|
||||
$postgres_password="5H4bsfAVXGFQFYfpPzDtcYpUXB8vjQUT"
|
||||
sql_dump_dir="/srv/store/common/sql"
|
||||
postgres_dump_file="/srv/common/sql/postgres_$(host).sql"
|
||||
postgres_password="5H4bsfAVXGFQFYfpPzDtcYpUXB8vjQUT"
|
||||
|
||||
mkdir -p $sql_dump_dir
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue