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
265 B

--- a/acme.sh 2016-08-05 17:00:58.000000000 +0200
+++ b/acme.sh 2016-08-05 17:13:58.582459764 +0200
@@ -48,9 +48,9 @@
_info() {
if [ -z "$2" ] ; then
- echo "[$(date)] $1"
+ echo "$1"
else
- echo "[$(date)] $1='$2'"
+ echo "$1='$2'"
fi
}