forked from github/server
send bz2 report with new mail text location
This commit is contained in:
parent
3c86880b2e
commit
e36f607fed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue