From e64410beb51e8808c6601455e589ede0eb1cac35 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Wed, 6 Oct 2021 10:43:04 +0200
Subject: [PATCH] add check_ssl_certs

---
 check_ssl_certs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/check_ssl_certs b/check_ssl_certs
index b9a64ed..a54dda9 100755
--- a/check_ssl_certs
+++ b/check_ssl_certs
@@ -94,9 +94,9 @@ ph.require openssl
 
 
 # --- override from command line params
-filelist=`ph.getValueWithParam $filelist f "$@"`
-iWarn=`   ph.getValueWithParam $iWarn    w "$@"`
-iCrit=`   ph.getValueWithParam $iCrit    c "$@"`
+filelist=`ph.getValueWithParam "$filelist" f "$@"`
+iWarn=`   ph.getValueWithParam $iWarn      w "$@"`
+iCrit=`   ph.getValueWithParam $iCrit      c "$@"`
 
 
 # ----- check cert files
-- 
GitLab