cellularifupdown: redirect udhcpc output to '/dev/null'

Signed-off-by: Tatiana Leon <tatiana.leon@digi.com>
This commit is contained in:
Tatiana Leon 2017-03-20 11:34:10 +01:00
parent b0171be93a
commit 5888479c75
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ background_connect() {
if [ -n "${IF_PORT}" ]; then if [ -n "${IF_PORT}" ]; then
pppd ${IF_PORT} call mm_cellular > /dev/null 2>&1 pppd ${IF_PORT} call mm_cellular > /dev/null 2>&1
else else
udhcpc -q -i ${IFACE} udhcpc -q -i ${IFACE} >/dev/null
fi fi
ifconfig ${IFACE} up ifconfig ${IFACE} up