remove trailing whitespace

This commit is contained in:
Scott Moser 2012-09-13 20:07:18 -04:00
parent 006048c68e
commit ba432bc53f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ script
else
# sys wasn't mounted, so just check via 'ifconfig'
ifconfig "$iface" >/dev/null 2>&1 || continue
fi
fi
initctl emit --no-wait net-device-added "INTERFACE=$iface" &&
emitted="$emitted $iface" ||
echo "warn: ${UPSTART_JOB} failed to emit net-device-added INTERFACE=$iface"