From: Waldemar Brodkorb Date: Wed, 4 May 2005 06:41:19 +0000 (+0000) Subject: shorter syntax X-Git-Tag: reboot~32918 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=56c9e7794a5bcdc5a1e4d72c17aafd2583a2eda4;p=oweals%2Fopenwrt.git shorter syntax SVN-Revision: 795 --- 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)