From bbe135d56f13f3c05a4a328c504639c6568de8b2 Mon Sep 17 00:00:00 2001 From: HansHoogerwerf Date: Mon, 17 Oct 2022 16:27:21 +0200 Subject: Fix space --- include/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions b/include/functions index 5ae9b978..38cc46b3 100644 --- a/include/functions +++ b/include/functions @@ -2567,7 +2567,7 @@ current_nanoseconds=$(date "+%N") # Verify if the result of the command is a number if [ -n "$current_nanoseconds" ] && [ "$current_nanoseconds" -eq "$current_nanoseconds" ] 2>/dev/null; then - ts=$(date "+%s%N") + ts=$(date "+%s%N") else ts=$(date "+%s") fi -- cgit v1.2.3