diff --git a/scripts/cloudron-support b/scripts/cloudron-support index fdeb163e3..c9fd3a76f 100755 --- a/scripts/cloudron-support +++ b/scripts/cloudron-support @@ -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}"