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 e029f91d4c
commit ab6ed227e3
No known key found for this signature in database
GPG Key ID: A394E332255A6173

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"