Added reminder to fill the changelog to build.sh

This commit is contained in:
Fabian Schlenz 2020-10-31 11:56:05 +01:00
parent 26f3a29a61
commit 5f64422efd
1 changed files with 2 additions and 0 deletions

View File

@ -37,3 +37,5 @@ echo
read md5 _ < <(md5sum "$FILE") read md5 _ < <(md5sum "$FILE")
echo "MD5 of the resulting file for the plugin file: $md5" echo "MD5 of the resulting file for the plugin file: $md5"
echo "Run this tool again to validate the MD5 value from the plugin file." echo "Run this tool again to validate the MD5 value from the plugin file."
echo
echo "Please remember to fill the changelog in zabbix_agent.plg."