You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
243 B

--- a/acme.sh
+++ b/acme.sh
@@ -84,9 +84,9 @@ __red() {
_printargs() {
if [ -z "$2" ] ; then
- printf -- "[$(date)] $1"
+ printf -- " $1"
else
- printf -- "[$(date)] $1='$2'"
+ printf -- " $1='$2'"
fi
printf "\n"
}