1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-17 11:23:09 +00:00

Merge pull request #698 from Neilpang/dev

minor fix comments
This commit is contained in:
neil
2017-03-05 19:56:43 +08:00
committed by GitHub
+2 -2
View File
@@ -1279,12 +1279,12 @@ _url_replace() {
}
_time2str() {
#BSD
#Linux
if date -u -d@"$1" 2>/dev/null; then
return
fi
#Linux
#BSD
if date -u -r "$1" 2>/dev/null; then
return
fi