From a291846856426c7b8b8b87e3c4951a19b338f31e Mon Sep 17 00:00:00 2001 From: Lars Stadel Linnet Date: Thu, 14 Jun 2012 12:16:45 +0300 Subject: [PATCH] Updated date call, so we avoid colons (:) --- base_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_functions.sh b/base_functions.sh index de7d34b..71f3083 100644 --- a/base_functions.sh +++ b/base_functions.sh @@ -89,7 +89,7 @@ else OLDWEB=`readlink web`; fi -NEWWEB="web-$(date +%F-%R)"; +NEWWEB="web-$(date +%F-%H-%M-%S)"; KEEPNS=false; NS="nodestream"; NSPROFILE="profiles/nodestream";