check 326 B

123456789101112
  1. #!/command/with-contenv /bin/bash
  2. # shellcheck shell=bash
  3. SCRIPT_ROOT=/etc/s6-overlay/scripts
  4. source "$SCRIPT_ROOT/base.sh"
  5. # The config should be ready before starting
  6. source "$GPUSTACK_GATEWAY_CONFIG"
  7. source "$SCRIPT_ROOT/default-variables.sh"
  8. set -e
  9. readinessCheck "Higress Controller" "$GATEWAY_CONTROLLER_GRPC_PORT" 2