/bin/bash -c ". /usr/local/pf/sbin/pfconnector-env.sh; if [ -n \"$PFCONNECTOR_HA_VIP\" ] && ! ip -4 -o addr show | grep -q \" ${PFCONNECTOR_HA_VIP%%/*}/\"; then echo 'HA backup (VIP not held): not waiting for the tunnel, cloud-dependent set-up uses cached files'; exit 0; fi; for i in $(seq 1 60); do curl -sf http://localhost:22226/api/v1/pfconnector/remote-radius-conf > /dev/null 2>&1 && exit 0; sleep 1; done; echo 'Timed out waiting for pfconnector-client on port 22226'; exit 1"
