mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 15:54:09 +02:00
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…
x
Reference in New Issue
Block a user