Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 517b3d60 authored by Freezed's avatar Freezed
Browse files

:zap: Improve `zlogin` output

parent 8aa21294
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ echo -e "\n-=IPs=-\n $(ip -br address|grep UP)\n"
echo -e "-=SCREEN=-\n $(screen -list)"
echo -e "-=DISKSPACE=-"
[[ -n $(zpool list) ]] &> /dev/null && zpool list || df -h -t ext4 --output=source,used,avail,target
[[ -n $(zpool list) ]] &> /dev/null && zpool list -o name,size,free,frag,cap,health || df -h -t ext4 --output=source,used,avail,target
echo -e "\n-=USAGE=-"
[[ -e $USAGE_FILE ]] && cat ${USAGE_FILE} || echo "Usage unknown"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment