mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
debug state
This commit is contained in:
@@ -28,7 +28,7 @@ source ${infoFile}
|
|||||||
# check that basic system phase/state information is available
|
# check that basic system phase/state information is available
|
||||||
if [ "${setupPhase}" == "" ] || [ "${state}" == "" ]; then
|
if [ "${setupPhase}" == "" ] || [ "${state}" == "" ]; then
|
||||||
echo "setupPhase(${setupPhase}) state(${state})"
|
echo "setupPhase(${setupPhase}) state(${state})"
|
||||||
echo "FAIL: ${infoFile} does not contain important state information."
|
echo "FAIL: ${infoFile} does not exist or missing state."
|
||||||
echo "Check logs & bootstrap.service for errors and report to devs."
|
echo "Check logs & bootstrap.service for errors and report to devs."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user