Bash: remove tabs in openvswitch script
This PS removes the tabs in the openvswitch vswitchd start script. Change-Id: I80f3251ea8fef536694862f91c750277cc912eb3
This commit is contained in:
parent
2715620d17
commit
592cd2a939
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user