We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, when i invoke "clamav-unofficial-sigs.sh --force" i get the following:
################################################################################ eXtremeSHOK.com ClamAV Unofficial Signature Updater Version: v7.2.5 (2021-03-20) Required Configuration Version: v96 Copyright (c) Adrian Jon Kriel :: [email protected] ################################################################################ Loading config: /etc/clamav-unofficial-sigs/master.conf Loading config: /etc/clamav-unofficial-sigs/os.conf ================================================================== ERROR: Your configuration has errors, every " requires a closing " ==================================================================
But searching for a not closed " i don't find anything (hoping my regexs are correct):
root@f-mcd:/etc/clamav-unofficial-sigs# grep -v '#' /etc/clamav-unofficial-sigs/master.conf |grep -v '^$'|grep -v '".*"'|grep '"' root@f-mcd:/etc/clamav-unofficial-sigs# root@f-mcd:/etc/clamav-unofficial-sigs# grep -v '#' /etc/clamav-unofficial-sigs/os.conf |grep -v '^$'|grep -v '".*"'|grep '"' root@f-mcd:/etc/clamav-unofficial-sigs#
Any idea ?
Bernd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
when i invoke "clamav-unofficial-sigs.sh --force" i get the following:
But searching for a not closed " i don't find anything (hoping my regexs are correct):
Any idea ?
Bernd
The text was updated successfully, but these errors were encountered: