From f8a23992ea0a31917f571c9af9bc05d2dbff67a1 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 25 Sep 2018 18:38:48 -0600 Subject: [PATCH] Fixed timestamp variable --- cfddns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfddns.sh b/cfddns.sh index 235ddad..3861277 100755 --- a/cfddns.sh +++ b/cfddns.sh @@ -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"