mirror of https://github.com/CISOfy/lynis.git
Fix space
This commit is contained in:
parent
ff26dca83a
commit
bbe135d56f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue