summaryrefslogtreecommitdiffstats
path: root/openlmi-mof-register
diff options
context:
space:
mode:
Diffstat (limited to 'openlmi-mof-register')
-rwxr-xr-xopenlmi-mof-register4
1 files changed, 2 insertions, 2 deletions
diff --git a/openlmi-mof-register b/openlmi-mof-register
index c7992cd..a912e0a 100755
--- a/openlmi-mof-register
+++ b/openlmi-mof-register
@@ -172,7 +172,7 @@ then
HAS_SFCBD=1
else
HAS_SFCBD=0
- if [ $cimom != "sfcbd" ]; then
+ if [ $cimom = "sfcbd" ]; then
echo "Sfcbd not detected on system!" >&2
exit 1
fi
@@ -183,7 +183,7 @@ then
HAS_PEGASUS=1
else
HAS_PEGASUS=0
- if [ $cimom != "tog-pegasus" ]; then
+ if [ $cimom = "tog-pegasus" ]; then
echo "Pegasus not detected on system!" >&2
exit 1
fi