mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-21 20:31:30 +00:00
fix mail message
This commit is contained in:
parent
2f4577e554
commit
31bef30bb4
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
source "$(dirname "$0")/common-8"
|
||||
TARGET_DIR="/mnt/compose/8-LookAhead"
|
||||
TARGET_DIR="/mnt/compose/8-BETA"
|
||||
SHORT=Extras
|
||||
CONFIG=/etc/pungi-beta/extras-beta.conf
|
||||
# Unused for now
|
||||
@ -21,7 +21,7 @@ ret_val=$?
|
||||
|
||||
if [[ "$ret_val" != "0" ]]; then
|
||||
if [[ "$MAILNOTIF" == "yes" ]]; then
|
||||
echo "This is a notification that a recent lookahead $SHORT compose failed on $(hostname)" | mutt -e "set from=\"$FROM\"" \
|
||||
echo "This is a notification that a recent beta $SHORT compose failed on $(hostname)" | mutt -e "set from=\"$FROM\"" \
|
||||
-e 'set envelope_from=yes' \
|
||||
-s "Compose $NEWCOMPOSE_ID failed (for Rocky Linux $REVISION)" \
|
||||
releng@rockylinux.org
|
||||
|
Loading…
Reference in New Issue
Block a user