#!/bin/bash

if [ -x /usr/sbin/diag_nvme ]; then
	/usr/sbin/diag_nvme > /dev/null 2>&1
fi

# Exit gracefully
exit 0
