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 328fb04 commit 1fc8580Copy full SHA for 1fc8580
install/vst-install-ubuntu.sh
@@ -536,9 +536,9 @@ if [ "$srv_type" = 'medium' ] || [ "$srv_type" = 'large' ]; then
536
gpasswd -a clamav mail
537
gpasswd -a clamav Debian-exim
538
/usr/bin/freshclam
539
- update-rc.d clamav defaults
540
- service clamav stop > /dev/null 2>&1
541
- service clamav start
+ update-rc.d clamav-daemon defaults
+ service clamav-daemon stop > /dev/null 2>&1
+ service clamav-daemon start
542
if [ "$?" -ne 0 ]; then
543
echo "Error: clamav start failed"
544
exit 1
0 commit comments