summaryrefslogtreecommitdiffstats
path: root/scripts/netcfg-daemon
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/netcfg-daemon')
-rwxr-xr-xscripts/netcfg-daemon2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/netcfg-daemon b/scripts/netcfg-daemon
index 27bdc18..0291908 100755
--- a/scripts/netcfg-daemon
+++ b/scripts/netcfg-daemon
@@ -44,7 +44,7 @@ case "$1" in
/usr/bin/netcfg down "$profile" || exit $?
fi
else
- /usr/bin/netcfg down "${profile#@}" &
+ /usr/bin/netcfg down "${profile#@}" >/dev/null &
fi
done
rm "$STATE_FILE"