Fix space

This commit is contained in:
HansHoogerwerf 2022-10-17 16:27:21 +02:00 committed by GitHub
parent ff26dca83a
commit bbe135d56f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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