Compare commits
2 Commits
9725a09c06
...
31309f2576
Author | SHA1 | Date | |
---|---|---|---|
31309f2576 | |||
db8e656613 |
@ -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 2>&1 || true) | tee -a "${LOGFILE}" 2>&1
|
||||
ret=$?
|
||||
if [[ "${ret}" -eq "0" ]]; then
|
||||
if [[ "${HEALTHCHECK_ENABLE}" = "true" ]] ; then
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
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
|
||||
|
||||
* fix error redir
|
||||
|
Loading…
Reference in New Issue
Block a user