mirror of https://github.com/hak5/openwrt-owl.git
ip-up script, so that we can get time from network after successful connection
SVN-Revision: 783owl
parent
6777ecb5a5
commit
ad4d414c5b
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
ntp_server=$(nvram get ntp_server)
|
||||
/usr/sbin/rdate ${ntp_server}
|
Loading…
Reference in New Issue