mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
#4484 fix syntax error
This commit is contained in:
parent
a791651366
commit
e4cf6d294a
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ if [ "${flagExists}" == "1" ]; then
|
|||
/home/admin/_cache.sh set state "stop"
|
||||
/home/admin/_cache.sh set message "stopped for manual provision"
|
||||
# log info
|
||||
echo "INFO: 'bootstrap stopped - run command release after manual provison to remove stop flag'" >> ${logFile}"
|
||||
echo "INFO: 'bootstrap stopped - run command release after manual provison to remove stop flag" >> ${logFile}
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue