mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 12:36:27 +02:00
bootstrap: fix quote
This commit is contained in:
@@ -101,7 +101,7 @@ if [ "${flagExists}" == "1" ]; then
|
|||||||
sudo rm /boot/stop
|
sudo rm /boot/stop
|
||||||
sed -i "s/^state=.*/state=stop/g" ${infoFile}
|
sed -i "s/^state=.*/state=stop/g" ${infoFile}
|
||||||
sed -i "s/^message=.*/message='stopped for manual provision'/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
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user