From 337f01c3b0721613855a71619961651569696f4f Mon Sep 17 00:00:00 2001 From: kayos Date: Thu, 4 Nov 2021 00:56:00 +0000 Subject: [PATCH] Update 'scripts/uploader.sh' --- scripts/uploader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/uploader.sh b/scripts/uploader.sh index 05d760c..082aec4 100755 --- a/scripts/uploader.sh +++ b/scripts/uploader.sh @@ -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"