Skip to content

Commit

Permalink
Revert "explicit error when hypervisor not detected"
Browse files Browse the repository at this point in the history
This reverts commit 3d42872.
  • Loading branch information
nqb committed Aug 29, 2018
1 parent 3d42872 commit a358f69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/check-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@ if [ $DistroBasedOn == "redhat" ]; then
if dmesg |grep -i "Hypervisor detected" | grep -q "Microsoft HyperV"; then
echo "You are running on a Microsoft HyperV Hypervisor."
fi
else
echo "Hypervisor detection failed"
exit 1
fi
fi

0 comments on commit a358f69

Please sign in to comment.