Skip to content
Snippets Groups Projects

Db Profiles

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -512,7 +512,7 @@
BACKUP_BASEDIR="${backupsource}"
else
# just one test needed because BACKUP_BASEDIR is BACKUP_BASEDIR
test -d "${ARCHIVE_BASEDIR}/${parService}" && BACKUP_BASEDIR="${ARCHIVE_BASEDIR}/${parService}"
test -d "${ARCHIVE_BASEDIR}/${parService}" && BACKUP_BASEDIR="${ARCHIVE_BASEDIR}"
fi
if [ ! -d "${BACKUP_BASEDIR}/${parService}" ]; then
Loading