Compare commits

..

No commits in common. "master" and "0.4.1" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

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

6
debian/changelog vendored
View File

@ -1,9 +1,3 @@
btrbk-cron (0.4.2) stable; urgency=medium
* gather all logs
-- Paolo Asperti <paolo@asperti.com> Tue, 22 Oct 2024 11:21:43 +0200
btrbk-cron (0.4.1) stable; urgency=medium btrbk-cron (0.4.1) stable; urgency=medium
* fix error redir * fix error redir