various changes
parent
b4f2cba251
commit
f9b9c95419
|
@ -56,7 +56,7 @@ function forget() {
|
||||||
forget \
|
forget \
|
||||||
--host "$host" \
|
--host "$host" \
|
||||||
--keep-last 5 \
|
--keep-last 5 \
|
||||||
--path "$tag"
|
--path "$path"
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_prop() {
|
function get_prop() {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
$sql_dump_dir="/srv/store/common/sql"
|
sql_dump_dir="/srv/store/common/sql"
|
||||||
$postgres_dump_file="/srv/common/sql/postgres_$(host).sql"
|
postgres_dump_file="/srv/common/sql/postgres_$(host).sql"
|
||||||
$postgres_password="5H4bsfAVXGFQFYfpPzDtcYpUXB8vjQUT"
|
postgres_password="5H4bsfAVXGFQFYfpPzDtcYpUXB8vjQUT"
|
||||||
|
|
||||||
mkdir -p $sql_dump_dir
|
mkdir -p $sql_dump_dir
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue