mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 11:37:19 +02:00
bootstrap: fix quote
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user