From 2b9bc8448fc673fa9f8c69257f98460b62ea2b64 Mon Sep 17 00:00:00 2001 From: openoms Date: Wed, 8 Sep 2021 08:46:12 +0100 Subject: [PATCH] bootstrap: fix quote --- 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 c9e41b369..68186f47b 100755 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -101,7 +101,7 @@ if [ "${flagExists}" == "1" ]; then sudo rm /boot/stop sed -i "s/^state=.*/state=stop/g" ${infoFile} sed -i "s/^message=.*/message='stopped for manual provision'/g" ${infoFile} - echo "INFO: 'bootstrap stopped - run release after manual provison" >> ${logFile} + echo "INFO: 'bootstrap stopped - run release after manual provison'" >> ${logFile} exit 0 fi