From 4d7ff176125023f9127734ad7e16eb5179965270 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 17 Apr 2022 21:33:38 -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 44e0f4b..84ba210 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -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