92-update-freshclam: fix wrong file name in exit message
authorMichael Prokop <mika@grml.org>
Wed, 30 Nov 2011 13:29:45 +0000 (14:29 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 30 Nov 2011 13:29:47 +0000 (14:29 +0100)
Thanks to Thomas Köhler for bugreport.

etc/grml/fai/config/scripts/GRMLBASE/92-update-freshclam

index afaadc4..2996c20 100755 (executable)
@@ -7,7 +7,7 @@
 ################################################################################
 
 if ifclass NO_ONLINE ; then
-  echo "Ignoring script 91-update-pciids as NO_ONLINE is set."
+  echo "Ignoring script 92-update-freshclam as NO_ONLINE is set."
   exit 0
 fi