Procházet zdrojové kódy

Merge pull request #1634 from ioannidesalex/patch-56

Typo fix
Serghey Rodin před 7 roky
rodič
revize
41d698b2ce
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      install/vst-install-ubuntu.sh

+ 1 - 1
install/vst-install-ubuntu.sh

@@ -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