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")
|
current_nanoseconds=$(date "+%N")
|
||||||
# Verify if the result of the command is a number
|
# Verify if the result of the command is a number
|
||||||
if [ -n "$current_nanoseconds" ] && [ "$current_nanoseconds" -eq "$current_nanoseconds" ] 2>/dev/null; then
|
if [ -n "$current_nanoseconds" ] && [ "$current_nanoseconds" -eq "$current_nanoseconds" ] 2>/dev/null; then
|
||||||
ts=$(date "+%s%N")
|
ts=$(date "+%s%N")
|
||||||
else
|
else
|
||||||
ts=$(date "+%s")
|
ts=$(date "+%s")
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue