harleylg / autoddvpn

Automatically exported from code.google.com/p/autoddvpn
0 stars 0 forks source link

你的date 语法在dd-wrt下无效吧。 #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
echo "$INFO $(date "+%d/%b/%Y:%H:%M:%S") temporarily set date to 20100729 to 
fix openvpn SSL/TLS issue. see http://goo.gl/bb6a" >> $VPNLOG
你的是
date 20100729
我发现是不生效的,而下面是有效的
date -s "2010-07-29 12:00:00"
麻烦核实。

Original issue reported on code.google.com by yinxiaoh...@gmail.com on 19 Feb 2011 at 8:24

GoogleCodeExporter commented 9 years ago
謝謝 可能某些版本date語法不一樣了 我找時間檢查看看。

Original comment by pahud...@gmail.com on 19 Feb 2011 at 8:35

GoogleCodeExporter commented 9 years ago
感謝你的建議,我自己有時候也碰到這個bug了,我已經照您��
�建議修改了這份文件裡面的寫法
http://code.google.com/p/autoddvpn/wiki/OpenVPNManualStartUP

Original comment by pahud...@gmail.com on 31 Mar 2011 at 9:15

GoogleCodeExporter commented 9 years ago
/openvpn/jffs/run.sh也做了相應的修改

http://code.google.com/p/autoddvpn/source/diff?spec=svn485&r=485&format=side&pat
h=/trunk/openvpn/jffs/run.sh

Original comment by pahud...@gmail.com on 31 Mar 2011 at 9:18