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