Fixed timestamp variable

This commit is contained in:
Asif Bacchus 2018-09-25 18:38:48 -06:00
parent 523c9984a6
commit f8a23992ea

View File

@ -128,7 +128,7 @@ ip6=0
### define script variables
# timestamp
stamp="${stamp}"
stamp="[`date +%Y-%m-%d` `date +%H:%M:%S`]"
# formatting
normal="\e[0m"
bold="\e[1m"