From: Justin Pettit Date: Sat, 29 Jan 2011 02:51:31 +0000 (-0800) Subject: debian: Remove extra space in switch init script. X-Git-Tag: v1.1.0~378 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e39da210335fdc681bb7adab6f34c9331f4864a6;p=sliver-openvswitch.git debian: Remove extra space in switch init script. --- diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init index 935ea48e7..7361bf6a6 100755 --- a/debian/openvswitch-switch.init +++ b/debian/openvswitch-switch.init @@ -327,7 +327,7 @@ case "$1" in if running $daemon; then echo "running" else - echo " not running." + echo "not running." exit 1 fi done