diff --git a/scripts/install-sensor-proxy.sh b/scripts/install-sensor-proxy.sh index c1530027f..1bd81a8fa 100755 --- a/scripts/install-sensor-proxy.sh +++ b/scripts/install-sensor-proxy.sh @@ -3427,7 +3427,7 @@ EOF" fi fi # End of container-specific configuration -if [[ "$SKIP_SELF_HEAL_SETUP" == "true" ]]; then +if [[ "$SKIP_SELF_HEAL_SETUP" == "true" || "$SKIP_SELF_HEAL_SETUP" == "1" ]]; then print_info "Skipping self-heal safeguards during self-heal run" else # Install self-heal safeguards to keep proxy available