Merge pull request #1634 from ioannidesalex/patch-56

Typo fix
This commit is contained in:
Serghey Rodin
2018-06-29 01:05:14 +03:00
committed by GitHub

View File

@@ -1098,7 +1098,7 @@ if [ "$clamd" = 'yes' ]; then
/usr/bin/freshclam
update-rc.d clamav-daemon defaults
service clamav-daemon start
check_result $? "clamav-daeom start failed"
check_result $? "clamav-daemon start failed"
fi