diff --git a/install-dsmon.sh b/install-dsmon.sh index dd7130f..d3d9d54 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -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