mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
debug info
This commit is contained in:
parent
d7cc6fcdbb
commit
75c50cee38
@ -198,7 +198,7 @@ if [ ${isMounted} -eq 0 ]; then
|
||||
if [ ${#hddError} -gt 0 ]; then
|
||||
echo "FAIL - error on HDD analysis: ${hddError}" >> $logFile
|
||||
sed -i "s/^state=.*/state=waitsetup/g" ${infoFile}
|
||||
sed -i "s/^message=.*/message='${hddError}'/g" ${infoFile}
|
||||
sed -i "s/^message=.*/message='-${hddError}'/g" ${infoFile}
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user