Disk: Remove test

This commit is contained in:
Dylan Araps 2016-12-16 23:56:33 +11:00
parent 43eaf34242
commit 265e14b151
1 changed files with 0 additions and 6 deletions

View File

@ -22,11 +22,6 @@ shopt -s nocasematch
# Reset colors/bold # Reset colors/bold
reset="\033[0m" reset="\033[0m"
echo; echo
df -h
echo; echo
exit
# DETECT INFORMATION # DETECT INFORMATION
get_os() { get_os() {
@ -1551,7 +1546,6 @@ get_disk() {
case "$os" in case "$os" in
"Haiku") return ;; "Haiku") return ;;
"Mac OS X") ;; "Mac OS X") ;;
*) *)
disk_used="${disks[9]}" disk_used="${disks[9]}"
disk_total="${disks[8]}" disk_total="${disks[8]}"