cloudron-support: better formatting of log link
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user