From fa720f5ccc13b183f8008124d43e134cfcee9bc0 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 1 Apr 2022 13:12:30 +0000 Subject: [PATCH] Check : do not check the df for squashfs git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@6250 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check b/check index 6b0d000..d2995c9 100755 --- a/check +++ b/check @@ -169,7 +169,7 @@ function testdf() fi IFS=" " - for ligne in `LANGUAGE=C df -P -l -x tmpfs -x devtmpfs $fs | sed '/Filesystem/d'`; do + for ligne in `LANGUAGE=C df -P -l -x tmpfs -x devtmpfs -x squashfs $fs | sed '/Filesystem/d'`; do fs_space=`echo $ligne | awk '{print $5}'| sed 's/\%//'` filesys=`echo $ligne | awk '{print $6}'` if [ $fs_space -gt $limite ]; then