mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
simply debug info
This commit is contained in:
parent
5c476fdb96
commit
d921410b6b
1 changed files with 1 additions and 1 deletions
|
@ -131,11 +131,11 @@ do
|
|||
if [ ${loopcount} -gt 200 ]; then
|
||||
sed -i "s/^state=.*/state=error/g" ${infoFile}
|
||||
sed -i "s/^message=.*/message='setup: failed ${network}'/g" ${infoFile}
|
||||
echo "FAIL see ${logFile}"
|
||||
echo "FAIL: setup: failed ${network}" >> ${logFile}
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
echo "OK ${network} startup successfull " >> ${logFile}
|
||||
|
||||
|
||||
###################################
|
||||
|
|
Loading…
Add table
Reference in a new issue