bootstrap: fix quote

This commit is contained in:
openoms
2021-09-08 08:46:12 +01:00
parent 7b896c7faf
commit 2b9bc8448f

View File

@@ -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