From 31bef30bb43257591539b8672fac4ec800014c4d Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Fri, 8 Sep 2023 02:20:41 -0700 Subject: [PATCH] fix mail message --- scripts/updates-8-extras-beta.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/updates-8-extras-beta.sh b/scripts/updates-8-extras-beta.sh index e644df2..51610bc 100755 --- a/scripts/updates-8-extras-beta.sh +++ b/scripts/updates-8-extras-beta.sh @@ -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