diff options
-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) |