mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 12:51:27 +00:00
fix mail script
This commit is contained in:
parent
d2963cf780
commit
e98f53991f
@ -41,7 +41,7 @@ if [ -n "$CHANGELOG_CMD" ]; then
|
|||||||
mutt -e "set from=\"$FROM\"" \
|
mutt -e "set from=\"$FROM\"" \
|
||||||
-e 'set envelope_from=yes' \
|
-e 'set envelope_from=yes' \
|
||||||
-s "Changelog for $NEWCOMPOSE_ID failed" \
|
-s "Changelog for $NEWCOMPOSE_ID failed" \
|
||||||
releng@rockylinux.org < "$LOG_DIR/changelog.$SHORTCOMPOSE_ID.stderr"
|
releng@rockylinux.org < "$LOG_DIR/changelog-$NEWCOMPOSE_ID.brief"
|
||||||
else
|
else
|
||||||
echo "!! Changelog run failed !!"
|
echo "!! Changelog run failed !!"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user