Skip to content

Commit

Permalink
ignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Carvalho committed Oct 1, 2024
1 parent 47328f9 commit b9742b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ cleanup_local_registry() {
done

if [[ "$CYRAL_STORAGE_MANAGER_PROXY_ENABLED" != "true" ]]; then
/opt/cyral/bin/cyral-local-discovery-cli unregister "storage-proxy" --db "$CYRAL_REGISTRY_DATABASE" --bucket "$CYRAL_REGISTRY_BUCKET" 2>/dev/null || echo "Warning: Unable to unregister storage proxy, sidecar might report as degraded."
/opt/cyral/bin/cyral-local-discovery-cli unregister "storage-proxy" --db "$CYRAL_REGISTRY_DATABASE" --bucket "$CYRAL_REGISTRY_BUCKET" 2>/dev/null || true
fi
fi
}
Expand Down

0 comments on commit b9742b2

Please sign in to comment.