mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
#2985 added notify on (re)start
This commit is contained in:
parent
31e1b6663f
commit
6a1617b6c1
1 changed files with 4 additions and 0 deletions
|
@ -975,5 +975,9 @@ if [ "${btc_default_sync_initialblockdownload}" == "1" ]; then
|
|||
/home/admin/_cache.sh focus btc_default_sync_progress 0
|
||||
fi
|
||||
|
||||
# notify about (re)start if activated
|
||||
source <(/home/admin/_cache.sh get hostname)
|
||||
/home/admin/config.scripts/blitz.notify.sh send "RaspiBlitz '${hostname}' (re)started" >> $logFile
|
||||
|
||||
echo "DONE BOOTSTRAP" >> $logFile
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue