Compare commits
3 Commits
v1.7.3
...
v1.7.4.fx1
| Author | SHA1 | Date | |
|---|---|---|---|
| 65c87f97e6 | |||
| ae79f940fb | |||
| 80ae780f02 |
File diff suppressed because one or more lines are too long
@@ -50,7 +50,7 @@ ContainerName=alpaca_hbar
|
|||||||
LogDir=/home/cvtt/prod/logs
|
LogDir=/home/cvtt/prod/logs
|
||||||
# ----- Settings
|
# ----- Settings
|
||||||
|
|
||||||
while getopts ":d:S:L:" opt; do
|
while getopts ":d:N:L:" opt; do
|
||||||
case ${opt} in
|
case ${opt} in
|
||||||
d )
|
d )
|
||||||
date_to_load=$OPTARG
|
date_to_load=$OPTARG
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
1.7.3,alpaca md HBAR
|
1.7.4.fx1,minor update for storage check
|
||||||
|
|||||||
@@ -69,7 +69,9 @@ 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} -x deftmpfs"
|
||||||
Cmd="${Cmd} | grep -v Filesystem\""
|
Cmd="${Cmd} | grep -v Filesystem\""
|
||||||
|
|
||||||
IFS=$'\n' ; lines=$(eval ${Cmd})
|
IFS=$'\n' ; lines=$(eval ${Cmd})
|
||||||
|
|||||||
Reference in New Issue
Block a user