From 592cd2a939270196a4c45b8d6b9b1c0cfaef70c4 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Sat, 14 Oct 2017 11:58:46 -0500 Subject: [PATCH] Bash: remove tabs in openvswitch script This PS removes the tabs in the openvswitch vswitchd start script. Change-Id: I80f3251ea8fef536694862f91c750277cc912eb3 --- openvswitch/templates/bin/_openvswitch-vswitchd.sh.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvswitch/templates/bin/_openvswitch-vswitchd.sh.tpl b/openvswitch/templates/bin/_openvswitch-vswitchd.sh.tpl index ff88e7a233..61364aa1a6 100644 --- a/openvswitch/templates/bin/_openvswitch-vswitchd.sh.tpl +++ b/openvswitch/templates/bin/_openvswitch-vswitchd.sh.tpl @@ -31,8 +31,8 @@ while [ ! -e "${sock}" ] ; do sleep 1 t=$(($t+1)) if [ $t -ge 10 ] ; then - echo "no ovs socket, giving up" - exit 1 + echo "no ovs socket, giving up" + exit 1 fi done