From 3699ef2258a6e7390df78c0f0f38ad58107e7546 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 12 Dec 2018 18:53:01 +0100 Subject: [PATCH] fix ready state --- home.admin/_bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/_bootstrap.sh b/home.admin/_bootstrap.sh index a65e03686..5bf0da025 100644 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -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 \ No newline at end of file