mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
fix ready state
This commit is contained in:
@@ -282,7 +282,7 @@ fi
|
|||||||
# SD INFOFILE BASICS
|
# 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}
|
sed -i "s/^message=.*/message='waiting login'/g" ${infoFile}
|
||||||
echo "DONE BOOTSTRAP" >> $logFile
|
echo "DONE BOOTSTRAP" >> $logFile
|
||||||
exit 0
|
exit 0
|
Reference in New Issue
Block a user