From 31118b510ebab50dd0cf05db1dd472f51e1af800 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 2 Oct 2009 11:08:34 -0700 Subject: [PATCH] Correct whitespace in xenserver/etc_init.d_vswitch --- xenserver/etc_init.d_vswitch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xenserver/etc_init.d_vswitch b/xenserver/etc_init.d_vswitch index 249adeb0..6aca1cc7 100755 --- a/xenserver/etc_init.d_vswitch +++ b/xenserver/etc_init.d_vswitch @@ -270,11 +270,11 @@ function start { action "Creating empty $VSWITCHD_CONF" touch "$VSWITCHD_CONF" elif [ ! -e /var/run/vswitch.booted ]; then touch /var/run/vswitch.booted - /usr/bin/ovs-cfg-mod '-vANY:console:emer' -F "$VSWITCHD_CONF" \ - '--del-match=bridge.*' \ - '--del-match=port.*' \ - '--del-match=bonding.*' \ - '--del-match=iface.*' + /usr/bin/ovs-cfg-mod '-vANY:console:emer' -F "$VSWITCHD_CONF" \ + '--del-match=bridge.*' \ + '--del-match=port.*' \ + '--del-match=bonding.*' \ + '--del-match=iface.*' fi start_vswitchd -- 2.30.2