mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
fix ready state
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user