mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
debug state
This commit is contained in:
parent
ba7a1eb6e6
commit
bf691d594b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ source ${infoFile}
|
|||
# check that basic system phase/state information is available
|
||||
if [ "${setupPhase}" == "" ] || [ "${state}" == "" ]; then
|
||||
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."
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue