1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 21:18:26 +02:00

shorter syntax

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@795 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
wbx 2005-05-04 06:41:19 +00:00
parent 53196c5db3
commit 96f3c2a936

View File

@ -1,4 +1,2 @@
#!/bin/sh
ntp_server=$(nvram get ntp_server)
/usr/sbin/rdate ${ntp_server}
/usr/sbin/rdate $(nvram get ntp_server)