Skip to content

Commit 3979b14

Browse files
committed
[Fix] Don't calculate /home folder size in v-list-sys-info
Relates to commit hestiacp@e024215
1 parent 1495b32 commit 3979b14

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bin/v-list-sys-info

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ UPTIME="$(echo $UPTIME / 60 |bc)"
9696
# Check LoadAverage
9797
LOADAVERAGE=$(cat /proc/loadavg |cut -f 1 -d ' ')
9898

99-
# Check Home Partition usage
100-
HOME_USAGE=$(du -sh /home | cut -f1)
101-
10299
# Listing data
103100
case $format in
104101
json) json_list ;;

0 commit comments

Comments
 (0)