Commit 265e14b1 authored by Dylan Araps's avatar Dylan Araps

Disk: Remove test

parent 43eaf342
......@@ -22,11 +22,6 @@ shopt -s nocasematch
# Reset colors/bold
reset="\033[0m"
echo; echo
df -h
echo; echo
exit
# DETECT INFORMATION
get_os() {
......@@ -1551,7 +1546,6 @@ get_disk() {
case "$os" in
"Haiku") return ;;
"Mac OS X") ;;
*)
disk_used="${disks[9]}"
disk_total="${disks[8]}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment