aboutsummaryrefslogtreecommitdiffstats
path: root/main/cvechecker/path-cvecheck.patch
blob: 782f947cc63abf105ab5847a238b17d4ad54726a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/scripts/pullcves b/scripts/pullcves
index 14b27f4..37b32d4 100755
--- a/scripts/pullcves
+++ b/scripts/pullcves
@@ -17,6 +17,9 @@ then
 elif [ -f /etc/cvechecker.conf ];
 then
   CONFFILE=/etc/cvechecker.conf;
+elif [ -f /etc//cvechecker/cvechecker.conf ];
+then
+  CONFFILE=/etc/cvechecker/cvechecker.conf;
 fi