debug state

This commit is contained in:
rootzoll 2021-07-15 21:28:47 +02:00
parent ba7a1eb6e6
commit bf691d594b

View file

@ -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