mirror of
https://github.com/MHA-Team/PTS-Team.git
synced 2026-02-21 13:13:37 +00:00
small fix
This commit is contained in:
@@ -43,4 +43,4 @@ $W Network-Card...: $G$NTCARD
|
||||
|
||||
$W Service Status
|
||||
$W Docker..........: $W$DOCKER , v$G$DOCKER2
|
||||
$W unionfs.........: $W$UNIONFS
|
||||
$W unionfs.........: $W$UNIONFS"
|
||||
@@ -14,7 +14,7 @@ undim="\e[0m"
|
||||
|
||||
# disk usage: ignore zfs, squashfs & tmpfs
|
||||
mapfile -t dfs < <(df -H -x fuse.rclone -x fuse.unionfs -x proc -x sys -x dev -x zfs -x squashfs -x tmpfs -x devtmpfs --output=target,pcent,size,avail,used | tail -n+2)
|
||||
printf "\nstorage:\n"
|
||||
printf "\n Storage:\n"
|
||||
|
||||
for line in "${dfs[@]}"; do
|
||||
|
||||
|
||||
Reference in New Issue
Block a user