From 04a512ff9ba74e130163b61dec1022316567e968 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Wed, 24 Apr 2019 23:05:09 +0200 Subject: [PATCH] moved system status to the end --- home.admin/XXdebugLogs.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/home.admin/XXdebugLogs.sh b/home.admin/XXdebugLogs.sh index 31adfb743..cfbddd466 100644 --- a/home.admin/XXdebugLogs.sh +++ b/home.admin/XXdebugLogs.sh @@ -39,10 +39,6 @@ echo "chainnetwork: ${network} / ${chain}" uptime echo "" -echo "*** SYSTEM STATUS (can take some seconds to gather) ***" -sudo /home/admin/config.scripts/blitz.statusscan.sh -echo "" - echo "*** BCLOCKHAIN SYSTEMD STATUS ***" sudo systemctl status ${network}d -n2 --no-pager echo "" @@ -106,6 +102,11 @@ if [ ${showImproveInfo} -gt 0 ]; then echo "'Run Hardwaretest' in main menu or: sudo /home/admin/05hardwareTest.sh" fi 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 "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:"