How long has that been there, wtf
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
ad256e83e3
commit
3cfdcb1209
2
ufw
2
ufw
|
@ -110,7 +110,7 @@ upload() {
|
||||||
|
|
||||||
get_max_filesize || { return 1; }
|
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=$?
|
curl_result=$?
|
||||||
|
|
||||||
if (( curl_result )); then
|
if (( curl_result )); then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user