diff options
Diffstat (limited to 'cmake/preInstall.sh')
| -rw-r--r-- | cmake/preInstall.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cmake/preInstall.sh b/cmake/preInstall.sh index ccce914..59b9476 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
\ No newline at end of file +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 |
