1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 16:33:02 +00:00
This commit is contained in:
neilpang
2016-10-12 22:38:28 +08:00
parent 661f05837c
commit d9130c9852
+1 -1
View File
@@ -93,7 +93,7 @@ _printargs() {
_log() {
[ -z "$LOG_FILE" ] && return
_printargs "$@" >> "$LOG_FILE"
_printargs "$@" >> $LOG_FILE
}
_info() {