From: Justin Pettit Date: Sat, 29 Jan 2011 02:51:31 +0000 (-0800) Subject: debian: Remove extra space in switch init script. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e39da210335fdc681bb7adab6f34c9331f4864a6;p=openvswitch debian: Remove extra space in switch init script. --- diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init index 935ea48e..7361bf6a 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