From 3cfdcb12095e3fcaa467a5b9858940a1d501a08c Mon Sep 17 00:00:00 2001 From: fbt Date: Sat, 23 Nov 2019 22:45:55 +0300 Subject: [PATCH] How long has that been there, wtf Signed-off-by: fbt --- ufw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ufw b/ufw index f390b89..184c036 100755 --- a/ufw +++ b/ufw @@ -110,7 +110,7 @@ upload() { get_max_filesize || { return 1; } - curl --max-filesize "$max_filesize_bytes" -skL "$target" > "$file" + curl --max-filesize "$max_filesize_bytes" -sL "$target" > "$file" curl_result=$? if (( curl_result )); then