mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 04:41:33 +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\"" \
|
||||
-e 'set envelope_from=yes' \
|
||||
-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
|
||||
echo "!! Changelog run failed !!"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user