Browse Source

fix ready state

dev
rootzoll 6 years ago
parent
commit
3699ef2258
  1. 2
      home.admin/_bootstrap.sh

2
home.admin/_bootstrap.sh

@ -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
Loading…
Cancel
Save