Browse Source

Merge pull request #975 from Neilpang/dev

Dev
pull/991/head
neil 7 years ago
committed by GitHub
parent
commit
2a2f772412
  1. 4
      acme.sh

4
acme.sh

@ -1367,6 +1367,10 @@ _time2str() {
echo "$_t_s_a"
fi
#Busybox
if echo "$1" | awk '{ print strftime("%c", $0); }' 2>/dev/null; then
return
fi
}
_normalizeJson() {

Loading…
Cancel
Save