mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 11:37:19 +02:00
moved system status to the end
This commit is contained in:
@@ -39,10 +39,6 @@ echo "chainnetwork: ${network} / ${chain}"
|
|||||||
uptime
|
uptime
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
echo "*** SYSTEM STATUS (can take some seconds to gather) ***"
|
|
||||||
sudo /home/admin/config.scripts/blitz.statusscan.sh
|
|
||||||
echo ""
|
|
||||||
|
|
||||||
echo "*** BCLOCKHAIN SYSTEMD STATUS ***"
|
echo "*** BCLOCKHAIN SYSTEMD STATUS ***"
|
||||||
sudo systemctl status ${network}d -n2 --no-pager
|
sudo systemctl status ${network}d -n2 --no-pager
|
||||||
echo ""
|
echo ""
|
||||||
@@ -106,6 +102,11 @@ if [ ${showImproveInfo} -gt 0 ]; then
|
|||||||
echo "'Run Hardwaretest' in main menu or: sudo /home/admin/05hardwareTest.sh"
|
echo "'Run Hardwaretest' in main menu or: sudo /home/admin/05hardwareTest.sh"
|
||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
echo "*** SYSTEM STATUS (can take some seconds to gather) ***"
|
||||||
|
sudo /home/admin/config.scripts/blitz.statusscan.sh
|
||||||
|
echo ""
|
||||||
|
|
||||||
echo "*** OPTION: SHARE THIS DEBUG OUTPUT ***"
|
echo "*** OPTION: SHARE THIS DEBUG OUTPUT ***"
|
||||||
echo "An easy way to share this debug output on GitHub or on a support chat"
|
echo "An easy way to share this debug output on GitHub or on a support chat"
|
||||||
echo "use the following command and share the resulting link:"
|
echo "use the following command and share the resulting link:"
|
||||||
|
Reference in New Issue
Block a user