diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-05-04 06:41:19 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-05-04 06:41:19 +0000 |
commit | 989fa6346f308b6a1f1975fd70afcefb00d7159a (patch) | |
tree | 74fca9445f60019b3d13cf9282ff08b0a0e1f6bb /package/ppp | |
parent | 111fb8729a536df1449765e0d17fca57a6d9cfe0 (diff) | |
download | upstream-989fa6346f308b6a1f1975fd70afcefb00d7159a.tar.gz upstream-989fa6346f308b6a1f1975fd70afcefb00d7159a.tar.bz2 upstream-989fa6346f308b6a1f1975fd70afcefb00d7159a.zip |
shorter syntax
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@795 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp')
-rwxr-xr-x | package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up | 4 |
1 files changed, 1 insertions, 3 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 c85862cef8..6cb950c8b1 100755 --- a/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up +++ b/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up @@ -1,4 +1,2 @@ #!/bin/sh - -ntp_server=$(nvram get ntp_server) -/usr/sbin/rdate ${ntp_server} +/usr/sbin/rdate $(nvram get ntp_server) |