]> git.treefish.org Git - backmeupscotty.git/commitdiff
removed script name from loglines
authorAlexander Schmidt <alex@treefish.org>
Thu, 23 Jul 2015 20:12:26 +0000 (22:12 +0200)
committerAlexander Schmidt <alex@treefish.org>
Thu, 23 Jul 2015 20:12:26 +0000 (22:12 +0200)
backmeupscotty

index 1df23cd77c087c45ef247b714e6d3bd7a7f88327..ff0f07ffa66104a53932bc3d428a61f0bdf80ee0 100644 (file)
@@ -7,14 +7,13 @@ ARCHIVE_KEEPNDAYS=30
 BACKUP_RUNEVERYNTHDAY=1
 
 _ERROR_ENCOUNTERED=0
-_UPPERME=$(echo $(basename $0) | tr '[:lower:]' '[:upper:]')
 
 function timestamp {
     date +'[%y-%m-%d|%H:%M:%S]'
 }
 
 function scottyline {
-    echo $(timestamp) $_UPPERME: $@
+    echo $(timestamp) $@
 }
 
 function scottyinfo {