mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:43:07 +02:00
shorter syntax
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@795 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bad834ba7a
commit
50d17fd6a3
@ -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