cloudron-support: better formatting of log link

This commit is contained in:
Girish Ramakrishnan
2023-05-10 09:11:04 +02:00
parent eaeb80e3c0
commit 294a535c1b

View File

@@ -154,7 +154,4 @@ echo -n "Uploading information..."
paste_key=$(curl -X POST ${PASTEBIN}/documents --silent --data-binary "@$OUT" | python3 -c "import sys, json; print(json.load(sys.stdin)['key'])")
echo "Done"
echo ""
echo "Please email the following link to support@cloudron.io :"
echo ""
echo "${PASTEBIN}/${paste_key}"
echo -e "\nPlease email the following link to support@cloudron.io : ${PASTEBIN}/${paste_key}"