disable logging of passwords. yikes

This commit is contained in:
Enno Rehling 2016-10-05 09:28:23 +02:00
parent 1fe178f2ca
commit f65bd3b079
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ GAME=$1
EMAIL=$2 EMAIL=$2
FACTION=$3 FACTION=$3
PASSWD=$4 PASSWD=$4
echo "$GAME $EMAIL $FACTION $PASSWD" >> /tmp/report.log #echo "$GAME $EMAIL $FACTION $PASSWD" >> /tmp/report.log
function reply() { function reply() {
echo $@ | mutt -s "Reportnachforderung Partei ${FACTION}" $EMAIL echo $@ | mutt -s "Reportnachforderung Partei ${FACTION}" $EMAIL