mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-30 12:36:07 +02:00
bootsrap: fix quote in error message
This commit is contained in:
parent
c2b8fc1b7c
commit
7b896c7faf
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user