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

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