Fix simple mistake

This commit is contained in:
HansHoogerwerf 2022-10-17 16:24:59 +02:00 committed by GitHub
parent 98ac5a562a
commit ff26dca83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2571,6 +2571,8 @@
else
ts=$(date "+%s")
fi
else
ts=$(date "+%s")
fi
echo $ts
}