How long has that been there, wtf
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user