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

  1. --- a/acme.sh
  2. +++ b/acme.sh
  3. @@ -84,9 +84,9 @@ __red() {
  4. _printargs() {
  5. if [ -z "$2" ] ; then
  6. - printf -- "[$(date)] $1"
  7. + printf -- " $1"
  8. else
  9. - printf -- "[$(date)] $1='$2'"
  10. + printf -- " $1='$2'"
  11. fi
  12. printf "\n"
  13. }