Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2018-03-06 12:22:47 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2018-03-06 12:22:47 +0300
commit5c962b3f1a6b7f16cf71af5c747dce47dcd12834 (patch)
tree399ae488a0ce76b8dd96ed37e6ee7e7d7efd5ff5
parent9028a93f5e13895be8ddb0cb6f259a27f3c07624 (diff)
Cleaned the output from the forum post upload
-rw-r--r--build-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-release.sh b/build-release.sh
index ea9655912..02e961d3f 100644
--- a/build-release.sh
+++ b/build-release.sh
@@ -353,7 +353,7 @@ ${RELEASE_CHANGEINFO_NEWS}
DISCOURSE_USERNAME=$(echo "${DISCOURSE_TOKEN}" | cut -d ":" -f 1)
DISCOURSE_APIKEY=$(echo "${DISCOURSE_TOKEN}" | cut -d ":" -f 2)
- curl -vvv -X POST "https://forum.duplicati.com/posts" \
+ curl -X POST "https://forum.duplicati.com/posts" \
-F "api_key=${DISCOURSE_APIKEY}" \
-F "api_username=${DISCOURSE_USERNAME}" \
-F "category=Releases" \