From 4a9dbe4e546c5328240c73a6f5c28c38bece4f4e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 20 Mar 2022 18:15:26 -0500 Subject: [PATCH] Update install-dsmon.sh --- install-dsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dsmon.sh b/install-dsmon.sh index d3d9d54..dd91332 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -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")