various changes
parent
b4f2cba251
commit
f9b9c95419
|
@ -56,7 +56,7 @@ function forget() {
|
|||
forget \
|
||||
--host "$host" \
|
||||
--keep-last 5 \
|
||||
--path "$tag"
|
||||
--path "$path"
|
||||
}
|
||||
|
||||
function get_prop() {
|
||||
|
|
|
@ -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…
Reference in New Issue