From c673840d5d6589f8dac6caa579a352b2eec98238 Mon Sep 17 00:00:00 2001 From: akimdi Date: Sat, 24 Apr 2021 20:55:21 +0300 Subject: [PATCH] added flag -f for big files --- plugins/upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/upload b/plugins/upload index 56ed0a31..6a929a57 100755 --- a/plugins/upload +++ b/plugins/upload @@ -11,7 +11,7 @@ if [ -n "$1" ] && [ -s "$1" ]; then if which ffsend >/dev/null 2>&1; then - ffsend -iq u "$1" + ffsend -fiq u "$1" elif [ "$(mimetype --output-format %m "$1" | awk -F '/' '{print $1}')" = "text" ]; then curl -F "f:1=@$1" ix.io else