modernize date cmd

This commit is contained in:
Asif Bacchus 2019-05-18 22:52:09 -06:00
parent 1cc5f8fb00
commit fe513ec354
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ function scriptHelp {
### generate dynamic timestamps
function stamp {
echo `date +%F" "%T`
(date +%F" "%T)
}
### quit -- exit the script after logging any errors, warnings, etc.