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