From a2ef8e60326c6df9fa6191a022920caf5b604e8b Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Tue, 21 Jul 2015 00:18:58 +0200 Subject: [PATCH] modified timestamp format --- backmeupscotty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backmeupscotty b/backmeupscotty index 5aa72cc..dd14711 100644 --- a/backmeupscotty +++ b/backmeupscotty @@ -10,7 +10,7 @@ _ERROR_ENCOUNTERED=0 _UPPERME=$(echo $(basename $0) | tr '[:lower:]' '[:upper:]') function timestamp { - date +"[%y-%m-%d %H:%M:%S]" + date +'[%y-%m-%d|%H:%M:%S]' } function scottyline { -- 2.39.5