From 5c2a39cf46725d1c19d42ccfa7b4e06cd5ed35a5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 29 Oct 2023 14:31:44 -0500 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dsmon.sh b/dsmon.sh index be3a375..7f0248a 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -155,6 +155,8 @@ CHECK(){ if [ "${dname}" = "sda1" ] && [ ${DRIVEINFO[$((${ii}+1))]//M/} -lt 1024 ]; then systempartition=true + elif [ "${dname}" = "sda15" ] && [ ${DRIVEINFO[$((${ii}+1))]//M/} -lt 1024 ]; then + systempartition=true elif [ "${dname}" = "sda2" ] && [ ${DRIVEINFO[$((${ii}+1))]//M/} -lt 1024 ]; then systempartition=true elif [ "${dname}" = "shm" ] && [ ${DRIVEINFO[$((${ii}+1))]//M/} -lt 1024 ]; then