From 989fa6346f308b6a1f1975fd70afcefb00d7159a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 4 May 2005 06:41:19 +0000 Subject: shorter syntax git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@795 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up b/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up index c85862cef8..6cb950c8b1 100755 --- a/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up +++ b/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up @@ -1,4 +1,2 @@ #!/bin/sh - -ntp_server=$(nvram get ntp_server) -/usr/sbin/rdate ${ntp_server} +/usr/sbin/rdate $(nvram get ntp_server) -- cgit v1.2.3