add failed services info to debug

This commit is contained in:
rootzoll 2023-09-21 22:36:59 +02:00
parent e97b35a3b0
commit b8e42f062f

View file

@ -85,6 +85,11 @@ echo "chainnetwork: ${network} / ${chain}"
uptime uptime
echo echo
echo "*** FAILED SERVICES ***"
echo "list any servcies with problems: sudo systemctl list-units --failed"
sudo systemctl list-units --failed
echo
echo "*** SETUPPHASE / BOOTSTRAP ***" echo "*** SETUPPHASE / BOOTSTRAP ***"
echo "see logs: cat /home/admin/raspiblitz.log" echo "see logs: cat /home/admin/raspiblitz.log"
echo "setupPhase--> ${setupPhase}" echo "setupPhase--> ${setupPhase}"