mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
hint for webui
This commit is contained in:
@@ -703,6 +703,11 @@ if [ "${scenario}" != "ready" ] ; then
|
|||||||
echo "/home/admin/config.scripts/blitz.data.sh status -inspect (auto store to cache)"
|
echo "/home/admin/config.scripts/blitz.data.sh status -inspect (auto store to cache)"
|
||||||
source <(/home/admin/config.scripts/blitz.data.sh status -inspect)
|
source <(/home/admin/config.scripts/blitz.data.sh status -inspect)
|
||||||
|
|
||||||
|
# when blockchain data is present - set flag for WebUI
|
||||||
|
if [ "${storageBlockchainGB}" != "" ] && [ "${storageBlockchainGB}" != "0" ]; then
|
||||||
|
/home/admin/_cache.sh set hddBlocksBitcoin 1
|
||||||
|
fi
|
||||||
|
|
||||||
# get the results from the SSH-UI or WEB-UI
|
# get the results from the SSH-UI or WEB-UI
|
||||||
echo "LOADING 'raspiblitz.setup' ..." >> ${logFile}
|
echo "LOADING 'raspiblitz.setup' ..." >> ${logFile}
|
||||||
source ${setupFile}
|
source ${setupFile}
|
||||||
|
|||||||
Reference in New Issue
Block a user