1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-16 19:03:03 +00:00

Merge pull request #975 from Neilpang/dev

Dev
This commit is contained in:
neil
2017-08-17 22:06:10 +08:00
committed by GitHub
+4
View File
@@ -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() {