From ebfc16f65a20c030063fb96200a8139b7ea83f07 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 1 May 2020 09:51:47 +0200 Subject: [PATCH] grammar --- lib/bkctld-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bkctld-stats b/lib/bkctld-stats index f6734eb..c619b2d 100755 --- a/lib/bkctld-stats +++ b/lib/bkctld-stats @@ -16,7 +16,7 @@ touch "${INDEX_DIR}/.lastrun.duc" EOF [ ! -f "${INDEX_DIR}/.lastrun.duc" ] && notice "First run of DUC always in progress ..." && exit 0 -[ ! -f ${IDX_FILE} ] && error "Index file do not exits !" +[ ! -f ${IDX_FILE} ] && error "Index file doesn't exits !" printf "Last update of index file : " stat --format=%Y "${INDEX_DIR}/.lastrun.duc" | xargs -i -n1 date -R -d "@{}"