Skip to content

Commit

Permalink
added flag -f for big files
Browse files Browse the repository at this point in the history
  • Loading branch information
akimdi committed Apr 24, 2021
1 parent b0a985b commit c673840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/upload
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c673840

Please sign in to comment.