Compare commits

...

2 Commits

Author SHA1 Message Date
9725a09c06
version bump
All checks were successful
continuous-integration/drone/tag Build is passing
2024-10-16 11:57:01 +02:00
bd300718e7
fix error redir 2024-10-16 11:56:23 +02:00
2 changed files with 7 additions and 1 deletions

View File

@ -85,7 +85,7 @@ if [[ "${HEALTHCHECK_ENABLE}" = "true" ]] ; then
fi
echo
echo "healthcheck notified! (start)" | tee -a "${LOGFILE}"
(nice -n 19 /usr/bin/ionice -c idle /usr/bin/btrbk -v --progress run >> "${LOGFILE}" ; ) 2>&1
nice -n 19 /usr/bin/ionice -c idle /usr/bin/btrbk -v --progress run >> "${LOGFILE}" 2>&1
ret=$?
if [[ "${ret}" -eq "0" ]]; then
if [[ "${HEALTHCHECK_ENABLE}" = "true" ]] ; then

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
btrbk-cron (0.4.1) stable; urgency=medium
* fix error redir
-- Paolo Asperti <paolo@asperti.com> Wed, 16 Oct 2024 11:56:39 +0200
btrbk-cron (0.4) stable; urgency=medium
* stale lockfile check