Squash merge v1.0.3 branch onto master

This commit is contained in:
Qi Luo
2017-08-01 20:51:10 +00:00
parent b6efe438b5
commit 618b25f18c
20 changed files with 44 additions and 59 deletions

View File

@@ -11,17 +11,6 @@ rm -f /var/run/rsyslogd.pid
supervisorctl start rsyslogd
# Wait for syncd to start
while true; do
RESULT=$(echo -en "SELECT 1\nHLEN HIDDEN" | redis-cli | sed -n 2p)
if [ "$RESULT" != "0" ]; then
break
fi
sleep 1
done
supervisorctl start orchagent
supervisorctl start portsyncd