Skip to content
Snippets Groups Projects
Commit 0cb0f3e1 authored by akiraohgaki's avatar akiraohgaki
Browse files

Fix for transfer log

parent 2ee89185
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ transfer_file() {
filename="$(basename "${filepath}")"
echo "Uploading ${filename}" >> "${TRANSFERLOG}"
curl -T "${filepath}" "https://transfer.sh/${filename}" >> "${TRANSFERLOG}"
echo "" >> "${TRANSFERLOG}"
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment