thub, bos: format messages

This commit is contained in:
openoms 2020-06-01 11:53:09 +01:00
parent a3f47f5267
commit 8595db896c
No known key found for this signature in database
GPG key ID: 5BFB77609B081B65
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ fi
if [ "$1" = "update" ]; then
echo "*** UPDATING BALANCE OF SATOSHIS ***"
sudo -u bos npm i -g balanceofsatoshis
echo "*** Balance of Satoshis is updated to the latest in https://github.com/alexbosworth/balanceofsatoshis ***"
echo "*** Updated to the latest in https://github.com/alexbosworth/balanceofsatoshis ***"
exit 0
fi

View file

@ -209,7 +209,7 @@ if [ "$1" = "update" ]; then
sudo -u thunderhub git pull
sudo -u thunderhub npm install
sudo -u thunderhub npm run build
echo "*** ThunderHub is updated to the latest in https://github.com/apotdevin/thunderhub ***"
echo "*** Updated to the latest in https://github.com/apotdevin/thunderhub ***"
echo ""
echo "*** Starting the ThunderHub service ... *** "
sudo systemctl start thunderhub