mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
debug echo
This commit is contained in:
parent
00f1814485
commit
06ffcdbdbb
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ if [ ${existsHDD} -eq 1 ]; then
|
|||
min1kblocks=190000000
|
||||
fi
|
||||
num1Kblocks=$(df | grep "dev/${device}" | awk '$1=$1' | cut -d " " -f 2)
|
||||
echo "num1Kblocks(${num1Kblocks})"
|
||||
if [ ${num1Kblocks} -lt ${min1kblocks} ]; then
|
||||
if [ ${num1Kblocks} -gt 1 ]; then
|
||||
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
|
|
Loading…
Add table
Reference in a new issue