- version 3.6.4 of gnuhealth-control

OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=64
This commit is contained in:
Axel Braun 2020-05-19 09:26:12 +00:00 committed by Git OBS Bridge
parent 730c7f0ac4
commit f178509551
2 changed files with 7 additions and 2 deletions

View File

@ -24,7 +24,7 @@
#
##############################################################################
VERSION="3.6.3.1-openSUSE"
VERSION="3.6.4-openSUSE"
TRANSLATE_URL="https://translate.gnusolidario.org"
GNUHEALTH_DIR=$(rpm -ql gnuhealth | egrep '^/usr/lib/python.\..{1,2}/site-packages$')
@ -165,7 +165,7 @@ do_backup()
${BACKDIR}/backup_${DB}_${BACKDATE}.gz ${BACKDIR}/${BACKUP_NAME} \
|| bailout
cli_msg "INFO" "Backup successfully written to ${BACKDIR}/${BACKUP_NAME}" | tee -a $INFOFILE
cli_msg "INFO" "Backup successfully written to ${BACKDIR}/gnuhealth_${DB}_with_fs_backup_${BACKDATE}.tar" | tee -a $INFOFILE
#AB - END
#Remove lock file
rm $LOCKFILE

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 19 09:25:34 UTC 2020 - Axel Braun <axel.braun@gmx.de>
- version 3.6.4 of gnuhealth-control
-------------------------------------------------------------------
Mon May 18 08:58:26 UTC 2020 - Axel Braun <axel.braun@gmx.de>