From a028d3abee466153d67ee3b521bd2e717ccc9d5b Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Mon, 7 Jan 2019 16:11:57 +0100 Subject: [PATCH] Fix typo in bkctld-stats --- lib/bkctld-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bkctld-stats b/lib/bkctld-stats index 7077f8e..0f7d261 100755 --- a/lib/bkctld-stats +++ b/lib/bkctld-stats @@ -7,7 +7,7 @@ LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" lsof "${IDX_FILE}" >/dev/null 2>&1 || nohup sh -s -- </dev/null 2>&1 & -ce -c3 "${DUC}" index -d "${IDX_FILE}" "${JAILDIR}" +ionice -c3 "${DUC}" index -d "${IDX_FILE}" "${JAILDIR}" touch "${INDEX_DIR}/.lastrun.duc" EOF [ ! -f "${INDEX_DIR}/.lastrun.duc" ] && notice "First run of DUC always in progress ..." && exit 0