dsa-check-hpacucli add --ignore-transfer-speed option
[mirror/dsa-nagios.git] / dsa-nagios-checks / debian / postinst
index d6935f7..d7db3b4 100644 (file)
@@ -2,7 +2,7 @@
 
 set -e
 
-/usr/share/dsa/weak-ssh-keys-check -s /var/cache/dsa/nagios/weak-ssh-keys
+[ -e /var/cache/dsa/nagios/weak-ssh-keys ] || /usr/share/dsa/weak-ssh-keys-check -s /var/cache/dsa/nagios/weak-ssh-keys
 
 #DEBHELPER#