Modify upgrade script to include "tag @ hash" in notification msg

This commit is contained in:
wiz 2020-11-16 23:44:32 +09:00
parent 37b3efe37b
commit 73d09da5d2

View File

@ -45,6 +45,6 @@ do
done
hostname=$(hostname)
keybase chat send --channel dev mempool "${hostname} updated to ${hash}"
keybase chat send mempool.space "${hostname} updated to ${TAG} @ ${hash}"
rm "$HOME/lock"