Use postgres user as default

This commit is contained in:
2020-10-13 16:57:19 +02:00
parent 06a58fed89
commit 3886809067
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ done
if [ $# = 0 ]; then
SCRIPTPATH=$(cd ${0%/*} && pwd -P)
source $SCRIPTPATH/pg_backup.config
source $SCRIPTPATH/pg_backup.conf
fi;
###########################