diff options
| author | Jonathan Bauer | 2013-01-09 17:47:05 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-01-09 17:47:05 +0100 |
| commit | 96d27935a2daa6c436e48342970b37a177ec5869 (patch) | |
| tree | 33d39eed4776e5b41229654a548d79ea06315e0d /remote/tools/base | |
| parent | rewrote params parsing of the main script (diff) | |
| download | tm-scripts-96d27935a2daa6c436e48342970b37a177ec5869.tar.gz tm-scripts-96d27935a2daa6c436e48342970b37a177ec5869.tar.xz tm-scripts-96d27935a2daa6c436e48342970b37a177ec5869.zip | |
udhcpc script fix
Diffstat (limited to 'remote/tools/base')
| -rwxr-xr-x | remote/tools/base/data/etc/udhcpc.default.script | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/tools/base/data/etc/udhcpc.default.script b/remote/tools/base/data/etc/udhcpc.default.script index fe98dcf7..ab398974 100755 --- a/remote/tools/base/data/etc/udhcpc.default.script +++ b/remote/tools/base/data/etc/udhcpc.default.script @@ -7,7 +7,8 @@ RESOLV_CONF="/etc/resolv.conf" IP_CONF="/tmp/udhcpc_ip_config" -set > /tmp/udhcpc_env +#set > /tmp/udhcpc_env +export PATH=$PATH:/openslx/sbin:/openslx/bin case $1 in bound|renew) |
