mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
Merge "Bash: remove tabs in openvswitch script"
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user