Merge "Revert "Adding haproxy reload check""

This commit is contained in:
Jenkins 2014-08-05 19:03:00 +00:00 committed by Gerrit Code Review
commit 72a7d6a306
1 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
#!/bin/bash
set -eux
if service haproxy status; then
service haproxy reload
else
service haproxy restart
fi
service haproxy restart