This commit is contained in:
Oleg Sheynin 2024-10-30 15:29:10 -04:00
parent ae79f940fb
commit 6240be7ee9
2 changed files with 2 additions and 1 deletions

View File

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

View File

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