From 6c71ebfd19add80dc9992f1307c662f56a672a44 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 20 Mar 2022 18:13:27 -0500 Subject: [PATCH] Update install-dsmon.sh --- install-dsmon.sh | 2 ++ 1 file changed, 2 insertions(+) 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