This commit is contained in:
Oleg Sheynin 2024-10-30 15:34:19 -04:00
parent 65c87f97e6
commit 8d9199f5a1
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.7.4.fx1,minor update for storage check 1.7.4.fx2,minor update for storage check

View File

@ -71,7 +71,7 @@ function storage_check() {
Cmd="${Cmd} -x squashfs" Cmd="${Cmd} -x squashfs"
Cmd="${Cmd} -x tmpfs" Cmd="${Cmd} -x tmpfs"
Cmd="${Cmd} -x vfat" Cmd="${Cmd} -x vfat"
Cmd="${Cmd} -x deftmpfs" Cmd="${Cmd} -x devtmpfs"
Cmd="${Cmd} | grep -v Filesystem\"" Cmd="${Cmd} | grep -v Filesystem\""
IFS=$'\n' ; lines=$(eval ${Cmd}) IFS=$'\n' ; lines=$(eval ${Cmd})