Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHansHoogerwerf <hans3132@live.nl>2022-10-17 17:27:21 +0300
committerGitHub <noreply@github.com>2022-10-17 17:27:21 +0300
commitbbe135d56f13f3c05a4a328c504639c6568de8b2 (patch)
tree721eb93e4311cb65087a79d89925725f1f655126
parentff26dca83a0f788ac7853b73e9d42cec49846aa7 (diff)
Fix space
-rw-r--r--include/functions2
1 files changed, 1 insertions, 1 deletions
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