bootsrap: fix quote in error message

This commit is contained in:
openoms 2021-09-08 08:37:27 +01:00
parent c2b8fc1b7c
commit 7b896c7faf
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -112,7 +112,7 @@ if [ "${provisionFlagExists}" == "1" ]; then
sudo systemctl stop lnd 2>/dev/null
sed -i "s/^state=.*/state=inconsistentsystem/g" ${infoFile}
sed -i "s/^message=.*/message='provision did not ran thru'/g" ${infoFile}
echo "FAIL: 'provision did not ran thru - need fresh sd card!" >> ${logFile}
echo "FAIL: 'provision did not ran thru' - need fresh sd card!" >> ${logFile}
exit 1
fi