git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/nagios-plugins-contrib-24.20190301~bpo9+1/debian/patches/dsa/check_cert_expire_dir_check_name_fix
blob: 6d8cb3802cf7859cb8d0f75a962a9aa32fb1cd41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/dsa/checks/dsa-check-cert-expire-dir
+++ b/dsa/checks/dsa-check-cert-expire-dir
@@ -26,9 +26,9 @@
 
 sn="$0"
 if [ "${sn%/*}" = "$sn" ]; then
-  CERT_CHECK=dsa-check-cert-expire
+  CERT_CHECK=check_cert_expire
 else
-  CERT_CHECK="${sn%/*}/dsa-check-cert-expire"
+  CERT_CHECK="${sn%/*}/check_cert_expire"
 fi
 
 if [ "$#" != 1 ] ; then