From: Waldemar Brodkorb Date: Sun, 8 May 2005 15:57:13 +0000 (+0000) Subject: stupid mistake, forget complete path to nvram :( X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3f6dc460d87bc10a8be9ad334969770b6b77aa14;p=15.05%2Fopenwrt.git stupid mistake, forget complete path to nvram :( git-svn-id: svn://svn.openwrt.org/openwrt/trunk@814 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 6cb950c8b1..4c28811637 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,2 +1,2 @@ #!/bin/sh -/usr/sbin/rdate $(nvram get ntp_server) +/usr/sbin/rdate $(/usr/sbin/nvram get ntp_server)