#2985 added notify on (re)start

This commit is contained in:
rootzoll 2022-05-17 19:29:55 +02:00
parent 31e1b6663f
commit 6a1617b6c1

View file

@ -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