mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 21:59:32 +00:00
shorter syntax
SVN-Revision: 795
This commit is contained in:
parent
3f9f58b2ef
commit
56c9e7794a
@ -1,4 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
/usr/sbin/rdate $(nvram get ntp_server)
|
||||||
ntp_server=$(nvram get ntp_server)
|
|
||||||
/usr/sbin/rdate ${ntp_server}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user