diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2017-03-09 16:40:39 -0500 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2017-03-09 21:43:43 +0000 |
commit | 7743ee8f8fa48026d6b3cbb0ed1d4f5d2c5d9add (patch) | |
tree | 37aa83caa0104cf557571a27318b45eed9af5281 /sdc-os-chef/scripts/restart_docker.sh | |
parent | 15b0f730117d4b10f60a7a3188a37c63d7549542 (diff) |
Fix docker_health.sh third check
if [[ ${res} != 0 ]] checks wether the value is "0" but the
value return by the command is " 0" hence the validation
fails.
Changing the if to compare string instead of integer.
Change-Id: Ibb671dcc9c4cd870b931e9e06a185aa4bea5dc5f
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'sdc-os-chef/scripts/restart_docker.sh')
0 files changed, 0 insertions, 0 deletions