X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=buildd%2Ffunctions.sh;h=d5c65ef59d533468dd76e176e8f68b7c6edd6617;hb=39b0f86f3c8f5b5de57a365efce4541bb5c96fd9;hp=31982732859072d2fcf49502d8f556ef1043daad;hpb=d82c19690884d3a645cc13aefd3de0a7fc8f4d12;p=grml-live-grml.git diff --git a/buildd/functions.sh b/buildd/functions.sh index 3198273..d5c65ef 100755 --- a/buildd/functions.sh +++ b/buildd/functions.sh @@ -46,8 +46,8 @@ echo "my_hdr From: grml-live autobuild daemon <$FROM>" > $MUTT_HEADERS grml_live_run() { grml-live -F $GRML_LIVE_ARCH -s $SUITE -c $CLASSES -o $OUTPUT_DIR \ -g $NAME -v $DATE -r grml-live-autobuild -i $ISO_NAME \ - 1>$LOGFILES/grml-live.stdout \ - 2>$LOGFILES/grml-live.stderr ; RC=$? + 1>$LOGFILES/grml-buildd.stdout \ + 2>$LOGFILES/grml-buildd.stderr ; RC=$? if [ "$RC" = "0" ] ; then RC_INFO=success