From e39da210335fdc681bb7adab6f34c9331f4864a6 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Fri, 28 Jan 2011 18:51:31 -0800 Subject: [PATCH] debian: Remove extra space in switch init script. --- debian/openvswitch-switch.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0