mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix ready state
This commit is contained in:
parent
a7c2c68b3e
commit
3699ef2258
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ fi
|
|||
# SD INFOFILE BASICS
|
||||
################################
|
||||
|
||||
sed -i "s/^state=.*/state=recovered/g" ${infoFile}
|
||||
sed -i "s/^state=.*/state=ready/g" ${infoFile}
|
||||
sed -i "s/^message=.*/message='waiting login'/g" ${infoFile}
|
||||
echo "DONE BOOTSTRAP" >> $logFile
|
||||
exit 0
|
Loading…
Add table
Reference in a new issue