mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
#4118 better debug
This commit is contained in:
parent
de18ad8b36
commit
5062bfe95a
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ if [ ${isMounted} -eq 0 ]; then
|
||||||
# run formatting
|
# run formatting
|
||||||
error=""
|
error=""
|
||||||
/home/admin/_cache.sh set state "formathdd"
|
/home/admin/_cache.sh set state "formathdd"
|
||||||
echo "Running Format: (${filesystem}) (${hddCandidate})" >> ${logFile}
|
echo "Running Format: filesystem(${filesystem}) hddCandidate(${hddCandidate})" >> ${logFile}
|
||||||
source <(sudo /home/admin/config.scripts/blitz.datadrive.sh format ${filesystem} ${hddCandidate})
|
source <(sudo /home/admin/config.scripts/blitz.datadrive.sh format ${filesystem} ${hddCandidate})
|
||||||
if [ "${error}" != "" ]; then
|
if [ "${error}" != "" ]; then
|
||||||
echo "FAIL ON FORMATTING THE DRIVE:" >> ${logFile}
|
echo "FAIL ON FORMATTING THE DRIVE:" >> ${logFile}
|
||||||
|
|
Loading…
Add table
Reference in a new issue