Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
2 additions and
2 deletions
-
lgsm/modules/info_messages.sh
|
@ -143,8 +143,8 @@ fn_info_message_server_resource() { |
|
|
{ |
|
|
{ |
|
|
echo -e "${lightyellow}Storage${default}" |
|
|
echo -e "${lightyellow}Storage${default}" |
|
|
echo -e "${lightblue}Filesystem:\t${default}${filesystem}" |
|
|
echo -e "${lightblue}Filesystem:\t${default}${filesystem}" |
|
|
echo -e "${lightblue}Total:\t\t${default}${totalspace}" |
|
|
echo -e "${lightblue}Total:\t${default}${totalspace}" |
|
|
echo -e "${lightblue}Used:\t\t${default}${usedspace}" |
|
|
echo -e "${lightblue}Used:\t${default}${usedspace}" |
|
|
echo -e "${lightblue}Available:\t${default}${availspace}" |
|
|
echo -e "${lightblue}Available:\t${default}${availspace}" |
|
|
} | column -s $'\t' -t |
|
|
} | column -s $'\t' -t |
|
|
echo -e "" |
|
|
echo -e "" |
|
|