X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fgrml%2Fgrml_cleanup_chroot.no_online;h=7d277eb2d057f981b5c25388e249a8f417a179c4;hb=9d56ad4d59e3ef3241532b3f381921a19412dbce;hp=637c71b6564b874d6d6785b49f64de8ceca0b28a;hpb=aadaee58928e09263952ff90543024c65d426e4f;p=grml-live.git diff --git a/etc/grml/fai/grml/grml_cleanup_chroot.no_online b/etc/grml/fai/grml/grml_cleanup_chroot.no_online index 637c71b..7d277eb 100755 --- a/etc/grml/fai/grml/grml_cleanup_chroot.no_online +++ b/etc/grml/fai/grml/grml_cleanup_chroot.no_online @@ -4,7 +4,7 @@ # Authors: (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Wed Sep 19 13:38:54 CEST 2007 [mika] +# Latest change: Wed Sep 19 20:07:43 CEST 2007 [mika] ################################################################################ # misc stuff @@ -20,8 +20,8 @@ fi if [ -x /usr/bin/update-pciids ] ; then einfo "Updating PCI- and USB-ids" - update-pciids - update-usbids + update-pciids || echo "Warning: update-pciids was not successfull">&2 + update-usbids || echo "Warning: update-usbids was not successfull">&2 eend $? else ewarn "update-pciids/update-usbids not installed" ; eend 0 @@ -29,7 +29,7 @@ fi if [ -x /usr/sbin/nessus-update-plugins ] ; then einfo "Updating nessus-plugins" - nessus-update-plugins + nessus-update-plugins || echo "Warning: nessus-update-plugins was not successfull">&2 eend $? else ewarn "nessus-update-plugins not installed" ; eend 0