From e36f607fedec70bd7ea1ce8b53e8345d8405580d Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 3 Sep 2017 11:32:20 +0200 Subject: [PATCH 1/2] send bz2 report with new mail text location --- process/send-bz2-report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/send-bz2-report b/process/send-bz2-report index 983564bea..f4b2ad6ea 100755 --- a/process/send-bz2-report +++ b/process/send-bz2-report @@ -26,4 +26,4 @@ addr=$1 subj=$2 shift 2 -cat $ERESSEA/etc/$TEMPLATE | mutt -F $ERESSEA/etc/muttrc -s "$subj" -a $* -- $addr +cat $ERESSEA/server/etc/$TEMPLATE | mutt -F $ERESSEA/etc/muttrc -s "$subj" -a $* -- $addr From 0386aafa7b6850d1c89935e6312ad9f60eb87ef1 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 3 Sep 2017 20:28:27 +0200 Subject: [PATCH 2/2] new template file location --- process/send-zip-report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/send-zip-report b/process/send-zip-report index 7926de8f7..6ea2ea8e7 100755 --- a/process/send-zip-report +++ b/process/send-zip-report @@ -27,7 +27,7 @@ fi if [ -e $GAME/$TEMPLATE ]; then TEMPLATE=$GAME/$TEMPLATE else -TEMPLATE=$ERESSEA/etc/$TEMPLATE +TEMPLATE=$ERESSEA/server/etc/$TEMPLATE fi if [ ! -e $TEMPLATE ]; then