We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab5c3c commit b22fd25Copy full SHA for b22fd25
install/hst-install-debian.sh
@@ -1199,6 +1199,7 @@ if [ "$clamd" = 'yes' ]; then
1199
service clamav-daemon start
1200
echo "Updating ClamAV..."
1201
/usr/bin/freshclam > /dev/null 2>&1
1202
+ service clamav-daemon restart
1203
check_result $? "clamav-daeom start failed"
1204
fi
1205
install/hst-install-ubuntu.sh
@@ -1206,6 +1206,7 @@ if [ "$clamd" = 'yes' ]; then
1206
1207
1208
1209
1210
check_result $? "clamav-daemon start failed"
1211
1212
0 commit comments