Fixed path to postgresql config script

This commit is contained in:
Eric Renfro 2023-12-13 02:19:41 -05:00
parent aa94914ceb
commit 42937d4597
Signed by: psi-jack
GPG key ID: 14977F3A50D9A5BF

View file

@ -11,7 +11,7 @@ function readConfig() {
if [[ "${vals[0]}" -ge 10 ]]; then
echo "${vals[@]}"
fi
done < postgresql.cfg
done < /etc/resticprofile/config/postgresql.cfg
}
function runBackups() {