diff --git a/html/images/os/powervault.png b/html/images/os/powervault.png
new file mode 100644
index 000000000..9fffd8c50
Binary files /dev/null and b/html/images/os/powervault.png differ
diff --git a/includes/osdiscovery/discover-papouch-tme.php b/includes/osdiscovery/discover-papouch-tme.php
index 762ee1804..52e6441b2 100755
--- a/includes/osdiscovery/discover-papouch-tme.php
+++ b/includes/osdiscovery/discover-papouch-tme.php
@@ -2,7 +2,8 @@
if(!$os) {
- if(strstr($sysDescr, "SNMP TME")) { $os = "papouch-tme"; }
+ if($sysDescr == "SNMP TME") { $os = "papouch-tme"; }
+ else if($sysDescr == "TME") { $os = "papouch-tme"; }
}