diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-08 15:57:13 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-08 15:57:13 +0000 |
commit | 68c7b67de0b9b3ccaf511a484088b102b312e53c (patch) | |
tree | 0d1abce2fa105e7986ea3eb4a4d80a8c37afeba4 /openwrt/package/ppp | |
parent | a55665ab87a121b3a1c9c6ce021112c7d11e1f4c (diff) |
stupid mistake, forget complete path to nvram :(
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@814 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ppp')
-rwxr-xr-x | openwrt/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up | 2 |
1 files changed, 1 insertions, 1 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 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) |