Avoid failure in updatebase
authorMichael Prokop <mika@grml.org>
Wed, 15 Oct 2008 21:11:37 +0000 (23:11 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 15 Oct 2008 21:11:37 +0000 (23:11 +0200)
etc/grml/fai/config/hooks/updatebase.GRMLBASE

index 6187260..00680f2 100755 (executable)
@@ -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 #################################################################