Releases: saadbruno/perforce-discord-webhook
Releases · saadbruno/perforce-discord-webhook
Debugging
Sometimes it's hard to figure out why the webhook is not being sent. So i enabled debugging in the script.
By default it outputs a few information about the linux system, and the perforce server to ./output.log
You can enable / disable this behavior by commenting / uncommenting this line in the perforce-discord-webhook.sh
:
# Uncomment this to enable debugging
exec &> $(dirname "$0")/output.log
After executing the script, you should see all the information in the output.log
file.
Minor tweaks:
- Fixed p4dctl typo in the readme
Better escaping of characters
Initial Release
1.0.0 fixing username not showing on readme