Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/deploy-on-kvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ for node_name in $node_names; do
done

# Verify the installation if Redfish is enabled
if [ "$USE_REDFISH" == true]; then
if [ "$USE_REDFISH" == true ]; then
echo "Verifying Redfish registration..."
registered_systems=$(curl -s http://localhost:8000/redfish/v1/Systems)
echo "Registered systems:"
Expand Down