From: Michael Prokop Date: Wed, 15 Oct 2008 21:11:37 +0000 (+0200) Subject: Avoid failure in updatebase X-Git-Tag: v0.9.5~8 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=e633958a4e70261c7973b755c41c218fa6a8f1a8 Avoid failure in updatebase --- diff --git a/etc/grml/fai/config/hooks/updatebase.GRMLBASE b/etc/grml/fai/config/hooks/updatebase.GRMLBASE index 6187260..00680f2 100755 --- a/etc/grml/fai/config/hooks/updatebase.GRMLBASE +++ b/etc/grml/fai/config/hooks/updatebase.GRMLBASE @@ -20,7 +20,7 @@ EOF chmod 755 $target/usr/sbin/policy-rc.d fi # skip the task if we want to build a new ISO only: - [ -n "$BUILD_ONLY" ] && skiptask instsoft + [ -n "$BUILD_ONLY" ] && skiptask instsoft || /bin/true fi ## END OF FILE #################################################################