Update install-dsmon.sh

This commit is contained in:
2022-03-20 18:15:26 -05:00
parent 6c71ebfd19
commit 4a9dbe4e54

View File

@@ -54,7 +54,7 @@ for ((i = 0 ; i <= $((${NUMDRIVES}-1)) ; i++)); do
systempartition=true
elif [ "${ia}" = "mmcblk0p1" ] && [ ${DRIVEINFO[$((${ii}+1))]} -lt 1024 ]; then
systempartition=true
else
elif [ "${ia}" != "overlay" ]; then
#echo "${ia};${ib};${ic}"
THRESHOLDSPACE=$(bc <<< "scale=2; ${ib}*.8")