mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 12:10:33 +02:00
debug echo
This commit is contained in:
@@ -40,6 +40,7 @@ if [ ${existsHDD} -eq 1 ]; then
|
|||||||
min1kblocks=190000000
|
min1kblocks=190000000
|
||||||
fi
|
fi
|
||||||
num1Kblocks=$(df | grep "dev/${device}" | awk '$1=$1' | cut -d " " -f 2)
|
num1Kblocks=$(df | grep "dev/${device}" | awk '$1=$1' | cut -d " " -f 2)
|
||||||
|
echo "num1Kblocks(${num1Kblocks})"
|
||||||
if [ ${num1Kblocks} -lt ${min1kblocks} ]; then
|
if [ ${num1Kblocks} -lt ${min1kblocks} ]; then
|
||||||
if [ ${num1Kblocks} -gt 1 ]; then
|
if [ ${num1Kblocks} -gt 1 ]; then
|
||||||
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||||
|
Reference in New Issue
Block a user