Fixed path to postgresql config script better, fix typo
This commit is contained in:
parent
a869c922c8
commit
c7772fd141
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ function readConfig() {
|
|||
if [[ "${vals[0]}" -ge 10 ]]; then
|
||||
echo "${vals[@]}"
|
||||
fi
|
||||
done < "$config""
|
||||
done < "$config"
|
||||
}
|
||||
|
||||
function runBackups() {
|
||||
|
|
Loading…
Reference in a new issue