diff --git a/motd.sh b/motd.sh index 5fa178b..fc037ac 100755 --- a/motd.sh +++ b/motd.sh @@ -68,7 +68,7 @@ dim="\e[2m" undim="\e[0m" # disk usage: ignore zfs, squashfs & tmpfs -mapfile -t dfs < <(df -H -x zfs -x squashfs -x tmpfs -x devtmpfs --output=target,pcent,size | tail -n+2) +mapfile -t dfs < <(df -H -x squashfs -x tmpfs -x devtmpfs --output=target,pcent,size | tail -n+2) printf "\nDisk usage:\n" for line in "${dfs[@]}"; do