From 3bd9f2158430abba391f5ee4909ee3b8f945fd72 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 8 May 2005 15:57:13 +0000 Subject: [PATCH] stupid mistake, forget complete path to nvram :( SVN-Revision: 814 --- openwrt/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.25.1