From 5f64422efd5e98c522daacacec2ea915bf86c88c Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Sat, 31 Oct 2020 11:56:05 +0100 Subject: [PATCH] Added reminder to fill the changelog to build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index ddb6810..45f0be2 100755 --- a/build.sh +++ b/build.sh @@ -37,3 +37,5 @@ echo read md5 _ < <(md5sum "$FILE") 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 +echo "Please remember to fill the changelog in zabbix_agent.plg." \ No newline at end of file