Update install-dsmon.sh

This commit is contained in:
2022-04-17 21:33:38 -05:00
parent 5fc5484dc0
commit 4d7ff17612

View File

@@ -50,6 +50,8 @@ for ((i = 0 ; i <= $((${NUMDRIVES}-1)) ; i++)); do
systempartition=true
elif [ "${ia}" = "sda2" ] && [ ${DRIVEINFO[$((${ii}+1))]//M/} -lt 1024 ]; then
systempartition=true
elif [ "${ia}" = "shm" ] && [ ${DRIVEINFO[$((${ii}+1))]//M/} -lt 1024 ]; then
systempartition=true
elif [ "${ia}" = "nvme0n1p1" ] && [ ${DRIVEINFO[$((${ii}+1))]//M/} -lt 1024 ]; then
systempartition=true
elif [ "${ia}" = "mmcblk0p1" ] && [ ${DRIVEINFO[$((${ii}+1))]//M/} -lt 1024 ]; then