Compare commits

...

1 Commits

Author SHA1 Message Date
oleg 65c87f97e6 fix 2024-10-30 15:29:10 -04:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
1.7.4,minor update for storage check
1.7.4.fx1,minor update for storage check
@@ -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})