Compare commits

...

1 Commits

Author SHA1 Message Date
oleg ae79f940fb update for storage check 2024-10-30 15:21:38 -04:00
3 changed files with 3 additions and 33 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1 +1 @@
1.7.3.fx1,alpaca md HBAR 1.7.4,minor update for storage check
+2 -1
View File
@@ -69,7 +69,8 @@ function storage_check() {
Cmd="ssh -p ${port} $host" Cmd="ssh -p ${port} $host"
Cmd="${Cmd} eval \"df -hTl" Cmd="${Cmd} eval \"df -hTl"
Cmd="${Cmd} -x squashfs" Cmd="${Cmd} -x squashfs"
Cmd="${Cmd} | grep -v tmpfs" Cmd="${Cmd} -x tmpfs"
Cmd="${Cmd} -x vfat"
Cmd="${Cmd} | grep -v Filesystem\"" Cmd="${Cmd} | grep -v Filesystem\""
IFS=$'\n' ; lines=$(eval ${Cmd}) IFS=$'\n' ; lines=$(eval ${Cmd})