diff --git a/home.admin/XXdebugLogs.sh b/home.admin/XXdebugLogs.sh index 90c0374..edfe374 100644 --- a/home.admin/XXdebugLogs.sh +++ b/home.admin/XXdebugLogs.sh @@ -39,16 +39,16 @@ echo "chainnetwork: ${network} / ${chain}" uptime echo "" -echo "*** BCLOCKHAIN SYSTEMD STATUS ***" +echo "*** BLOCKCHAIN SYSTEMD STATUS ***" sudo systemctl status ${network}d -n2 --no-pager echo "" -echo "*** LAST BCLOCKHAIN ERROR LOGS ***" +echo "*** LAST BLOCKCHAIN ERROR LOGS ***" echo "sudo journalctl -u ${network}d -b --no-pager -n8" sudo journalctl -u ${network}d -b --no-pager -n8 cat /home/admin/systemd.blockchain.log | grep "ERROR" | tail -n -2 echo "" -echo "*** LAST BCLOCKHAIN 20 INFO LOGS ***" +echo "*** LAST BLOCKCHAIN 20 INFO LOGS ***" pathAdd="" if [ "${chain}" = "test" ]; then pathAdd="/testnet3" @@ -111,4 +111,4 @@ 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:" echo "/home/admin/XXdebugLogs.sh | nc termbin.com 9999" -echo "" \ No newline at end of file +echo ""