From 112a9f4aace686271f547cab96006588c9031bb1 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Sun, 28 Nov 2021 12:25:55 -0500 Subject: [PATCH] add msg to install script --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index cd4da8a..9c9104e 100755 --- a/install.sh +++ b/install.sh @@ -3,3 +3,5 @@ mkdir $HOME/bin 2>/dev/null cp -rp hbd hbdclass.py hbc daemon lockfile $HOME/bin/ + +echo "use: $HOME/bin/hbc -d hbd.wrede.ca to start a heartbeat"