X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=grml-live;h=97a0388d73ec757234aa36a81c08ad77de906ecb;hb=963ab55c463a0c0d3448468790f922bcfe065d05;hp=d402757a2dd70b575df1b32ef04bee8650d67949;hpb=f4eee9027ef2775d9e44c80ad4a5761ce0eac7c6;p=grml-live.git diff --git a/grml-live b/grml-live index d402757..97a0388 100755 --- a/grml-live +++ b/grml-live @@ -573,7 +573,7 @@ else -o "${ISO_OUTPUT}/${ISO_NAME}" . ; RC=$? # generate md5sum of ISO if we are using class 'RELEASE': - case $CLASSES in *RELEASES*) + case $CLASSES in *RELEASE*) [ "$RC" = 0 ] && \ ( cd $ISO_OUTPUT && \ md5sum ${ISO_NAME} > ${ISO_NAME}.md5 && \