From f6b3027d6320a5a6dccfe409528ec0d9247d8085 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 5 Oct 2016 09:30:17 +0200 Subject: [PATCH] do not log passwords to /tmp, bug 2236 --- process/sendreport.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/sendreport.sh b/process/sendreport.sh index 003026f4a..1b9af1d35 100755 --- a/process/sendreport.sh +++ b/process/sendreport.sh @@ -14,7 +14,7 @@ GAME=$1 EMAIL=$2 FACTION=$3 PASSWD=$4 -echo "$GAME $EMAIL $FACTION $PASSWD" >> /tmp/report.log +#echo "$GAME $EMAIL $FACTION $PASSWD" >> /tmp/report.log function reply() { echo $@ | mutt -s "Reportnachforderung Partei ${FACTION}" $EMAIL