stupid mistake, forget complete path to nvram :(
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 8 May 2005 15:57:13 +0000 (15:57 +0000)
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 8 May 2005 15:57:13 +0000 (15:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@814 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up

index 6cb950c8b132a9b9ed42d77c11f4f29936202f1e..4c28811637ef578b3efa74f997b3e6906ba3c4a8 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-/usr/sbin/rdate $(nvram get ntp_server)
+/usr/sbin/rdate $(/usr/sbin/nvram get ntp_server)