From 56c9e7794a5bcdc5a1e4d72c17aafd2583a2eda4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 4 May 2005 06:41:19 +0000 Subject: [PATCH] shorter syntax SVN-Revision: 795 --- openwrt/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) -- 2.25.1