diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-05-08 15:57:13 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-05-08 15:57:13 +0000 |
commit | 998f7701de60be79faf57cdda742f131e660a04c (patch) | |
tree | 53e7fb0b92cadf4f01baed4e0bfa1a14f4a48529 | |
parent | 02c0c7be23a68c42b923586ac0d1cd6e179428ad (diff) | |
download | upstream-998f7701de60be79faf57cdda742f131e660a04c.tar.gz upstream-998f7701de60be79faf57cdda742f131e660a04c.tar.bz2 upstream-998f7701de60be79faf57cdda742f131e660a04c.zip |
stupid mistake, forget complete path to nvram :(
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@814 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-x | package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up b/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up index 6cb950c8b1..4c28811637 100755 --- a/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up +++ b/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) |