forked from tcp.direct/tcp.ac
1
0
Fork 0

Update 'scripts/uploader.sh'

This commit is contained in:
kayos 2021-11-04 00:56:00 +00:00
parent 708c8b292c
commit 337f01c3b0

View File

@ -75,7 +75,7 @@ function stop_spinner {
################################################
start_spinner "uploading $1..."
OUT=$(curl -s -F "upload=@$1" -u "tcpac:kuevEacshmej5" https://tcp.ac/i/put)
OUT=$(curl -s -F "upload=@$1" https://tcp.ac/i/put)
if ! [[ "$OUT" == *"Imgurl"* ]]; then
echo ""
echo "ERROR: $OUT"