nico not hardcoded
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
395c86a1c2
commit
d5ef402682
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ eof
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sendmail="/usr/sbin/sendmail"
|
sendmail="/usr/sbin/sendmail"
|
||||||
to="support@inf.ethz.ch"
|
to="support@inf.ethz.ch nicosc@ethz.ch"
|
||||||
to="nicosc@ethz.ch"
|
to="nicosc@ethz.ch"
|
||||||
from="${NETHZ_USERNAME}@ethz.ch"
|
from="${NETHZ_USERNAME}@ethz.ch"
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ fond="$(awk "/$prof/ { print \$3 }" "$ETHZ_FOND_TABLE")"
|
||||||
|
|
||||||
cat << eof | $sendmail -f "$from" $to
|
cat << eof | $sendmail -f "$from" $to
|
||||||
To: support@inf.ethz.ch
|
To: support@inf.ethz.ch
|
||||||
Subject: Best. $vendor (Nico Schottelius, $lz)
|
Subject: Best. $vendor ($NETHZ_USERNAME, $lz)
|
||||||
|
|
||||||
Dear support@inf.ethz.ch,
|
Dear support@inf.ethz.ch,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue