From: Waldemar Brodkorb Date: Wed, 4 May 2005 06:41:19 +0000 (+0000) Subject: shorter syntax X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=297f7399b9ca9327f3233a8005068619c702512d;p=15.05%2Fopenwrt.git shorter syntax git-svn-id: svn://svn.openwrt.org/openwrt/trunk@795 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up b/openwrt/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up index c85862cef8..6cb950c8b1 100755 --- a/openwrt/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up +++ b/openwrt/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)