fix post-mail.sh script

This commit is contained in:
Élie Bouttier 2016-07-08 11:55:10 +02:00
parent dcc0f73f17
commit 2201441c2f
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@
url="$1"
key="$2"
curl ${url} -F 'key=<${key}' -F 'file=@-;filename="email"'
curl "${url}" -F "key=<${key}" -F 'email=@-'