From 2201441c2ffdb20b3bcb10d297224a1bde26373e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Fri, 8 Jul 2016 11:55:10 +0200 Subject: [PATCH] fix post-mail.sh script --- conversations/post-mail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversations/post-mail.sh b/conversations/post-mail.sh index 78ed968..fc54ab9 100755 --- a/conversations/post-mail.sh +++ b/conversations/post-mail.sh @@ -6,4 +6,4 @@ url="$1" key="$2" -curl ${url} -F 'key=<${key}' -F 'file=@-;filename="email"' +curl "${url}" -F "key=<${key}" -F 'email=@-'