updated python in bootstrap file

This commit is contained in:
Martyn Inglis
2016-07-08 14:36:59 +01:00
parent bf3bc1f2f7
commit 19aca03aed

View File

@@ -183,7 +183,7 @@ get_instance_health_elb() {
;;
*)
msg "Instance '$instance_id' not part of ELB '$elb_name'"
return 1
return 0
esac
fi
}