diff --git a/FAQ.md b/FAQ.md index f7fa39dc2..1aa5591d5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -188,7 +188,7 @@ If your RaspiBlitz is not working correctly and you like to get help from the co - SSH into your raspiblitz as admin user with your password A - If you see the menu - use CTRL+C to get to the terminal -- To generate debug report run: `./XXdebugLogs.sh` +- To generate debug report run: `debug` - Then copy all output beginning with `*** RASPIBLITZ LOGS ***` and share this *PLEASE NOTICE: It's possible that these logs can contain private information (like IPs, node IDs, ...) - just share publicly what you feel OK with.* diff --git a/alternative.platforms/dietpi/README.md b/alternative.platforms/dietpi/README.md index e250b154e..db32d9e34 100644 --- a/alternative.platforms/dietpi/README.md +++ b/alternative.platforms/dietpi/README.md @@ -87,7 +87,7 @@ During the RaspiBlitz setup process: `sudo tail -n100 /mnt/hdd/bitcoin/debug.log` - shows the last 100 lines `sudo systemctl status lnd` - status of the lnd service `sudo journalctl -f -u lnd` -`./home/admin/XXdebugLogs.sh` - debug log collection on the RaspiBlitz +`debug` - debug log collection on the RaspiBlitz --- diff --git a/home.admin/98repairMenu.sh b/home.admin/98repairMenu.sh index 09f236428..91f2ee878 100755 --- a/home.admin/98repairMenu.sh +++ b/home.admin/98repairMenu.sh @@ -67,7 +67,7 @@ case $CHOICE in # HARDWARE) # ;; SOFTWARE) - sudo /home/admin/XXdebugLogs.sh + sudo /home/admin/config.scripts/blitz.debug.sh echo "Press ENTER to return to main menu." read key ;; diff --git a/home.admin/BBcashoutWallet.sh b/home.admin/BBcashoutWallet.sh index 5be7e514b..3b97f11f0 100755 --- a/home.admin/BBcashoutWallet.sh +++ b/home.admin/BBcashoutWallet.sh @@ -20,7 +20,7 @@ if [ ${#openChannels} -eq 0 ]; then echo "*** IMPORTANT **********************************" echo "It looks like LND is not responding." echo "Still starting up, is locked or is not running?" - echo "Try later, try reboot or check ./XXdebugLogs.sh" + echo "Try later, try reboot or run command: debug" echo "************************************************" echo "Press ENTER to return to main menu." read key diff --git a/home.admin/_commands.sh b/home.admin/_commands.sh index 5e1ce3f25..cce0f51d1 100755 --- a/home.admin/_commands.sh +++ b/home.admin/_commands.sh @@ -53,7 +53,7 @@ function release() { # command: debug function debug() { cd /home/admin - ./XXdebugLogs.sh + /home/admin/config.scripts/blitz.debug.sh } # command: patch diff --git a/home.admin/XXdebugLogs.sh b/home.admin/config.scripts/blitz.debug.sh similarity index 99% rename from home.admin/XXdebugLogs.sh rename to home.admin/config.scripts/blitz.debug.sh index e99c4a030..474fd0b4b 100755 --- a/home.admin/XXdebugLogs.sh +++ b/home.admin/config.scripts/blitz.debug.sh @@ -220,5 +220,5 @@ 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:" -echo "/home/admin/XXdebugLogs.sh | nc termbin.com 9999" +echo "debug | nc termbin.com 9999" echo "" diff --git a/home.admin/config.scripts/bonus.electrs.sh b/home.admin/config.scripts/bonus.electrs.sh index 02b0157f2..e2e8b6ec3 100755 --- a/home.admin/config.scripts/bonus.electrs.sh +++ b/home.admin/config.scripts/bonus.electrs.sh @@ -137,7 +137,7 @@ if [ "$1" = "menu" ]; then The electrum system service is not running. Please check the following debug info. " 8 48 - /home/admin/XXdebugLogs.sh + /home/admin/config.scripts/blitz.debug.sh echo "Press ENTER to get back to main menu." read key exit 0