Compare commits
No commits in common. "9725a09c066a7739fdbd904202ddb60cd52d3bad" and "cfd15aca3b3563cf24b708fb8cc4c2fd288f91db" have entirely different histories.
9725a09c06
...
cfd15aca3b
@ -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 >> "${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
6
debian/changelog
vendored
@ -1,9 +1,3 @@
|
|||||||
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
|
btrbk-cron (0.4) stable; urgency=medium
|
||||||
|
|
||||||
* stale lockfile check
|
* stale lockfile check
|
||||||
|
Loading…
Reference in New Issue
Block a user