How long has that been there, wtf

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2019-11-23 22:45:55 +03:00
parent ad256e83e3
commit 3cfdcb1209
1 changed files with 1 additions and 1 deletions

2
ufw
View File

@ -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