mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
thub, bos: format messages
This commit is contained in:
parent
a3f47f5267
commit
8595db896c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue