1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-11 01:46:11 +00:00
This commit is contained in:
neilpang 2016-10-12 22:38:28 +08:00
parent 661f05837c
commit d9130c9852

View File

@ -93,7 +93,7 @@ _printargs() {
_log() {
[ -z "$LOG_FILE" ] && return
_printargs "$@" >> "$LOG_FILE"
_printargs "$@" >> $LOG_FILE
}
_info() {