diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/netcfg-daemon | 2 |
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" |