forked from github/server
send bz2 report with new mail text location
This commit is contained in:
parent
a175c84232
commit
197fd48508
|
@ -26,4 +26,4 @@ addr=$1
|
||||||
subj=$2
|
subj=$2
|
||||||
shift 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
|
||||||
|
|
Loading…
Reference in New Issue