Update install-dsmon.sh

This commit is contained in:
2022-03-20 18:13:27 -05:00
parent ca45afade8
commit 6c71ebfd19

View File

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