Fixed path to postgresql config script
This commit is contained in:
parent
aa94914ceb
commit
42937d4597
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ function readConfig() {
|
||||||
if [[ "${vals[0]}" -ge 10 ]]; then
|
if [[ "${vals[0]}" -ge 10 ]]; then
|
||||||
echo "${vals[@]}"
|
echo "${vals[@]}"
|
||||||
fi
|
fi
|
||||||
done < postgresql.cfg
|
done < /etc/resticprofile/config/postgresql.cfg
|
||||||
}
|
}
|
||||||
|
|
||||||
function runBackups() {
|
function runBackups() {
|
||||||
|
|
Loading…
Reference in a new issue