summaryrefslogtreecommitdiff
path: root/cmake/preInstall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/preInstall.sh')
-rw-r--r--cmake/preInstall.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/preInstall.sh b/cmake/preInstall.sh
index ccce914..6cfa366 100644
--- a/cmake/preInstall.sh
+++ b/cmake/preInstall.sh
@@ -14,4 +14,8 @@ if [[ -z `grep -rn 'SSL' ${DST}/etc/entrylist.conf` ]];then
fi
if [[ -z `grep -rn 'JA3_FINGERPRINT_LABEL' ${DST}/etc/project_list.conf` ]];then
echo "JA3_FINGERPRINT_LABEL struct" >> ${DST}/etc/project_list.conf
+fi
+
+if [[ -z `grep -rn 'ssl_defer.inf' ${DST}/plug/conflist.inf` ]];then
+ sed -i '$a ./plug/protocol/ssl/ssl_defer.inf' ${DST}/plug/conflist.inf
fi \ No newline at end of file