From 723c8511e12c4b1817618fe661e8495c60a82aa7 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Sat, 18 Apr 2020 19:10:19 +0200 Subject: [PATCH] Don't forget to log the start time! --- lib/bkctld-rm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/bkctld-rm b/lib/bkctld-rm index 73b643c..320e258 100755 --- a/lib/bkctld-rm +++ b/lib/bkctld-rm @@ -30,6 +30,8 @@ delete_inc_ext4() { inc_path=$(inc_path "${jail_name}" "${inc_name}") + start=$(current_time) + lock_file="${LOCKDIR}/rm-global.lock" if [ -f "${lock_file}" ]; then # Get Process ID from the lock file