Commit 71ece3de authored by Dylan Araps's avatar Dylan Araps

Fix disk output on MacOS

parent e61ac899
...@@ -1639,7 +1639,7 @@ getdisk() { ...@@ -1639,7 +1639,7 @@ getdisk() {
"Mac OS X" | "BSD") "Mac OS X" | "BSD")
case "$distro" in case "$distro" in
"FreeBSD"* | *"OS X"* ) "FreeBSD"* | *"OS X"* | "Mac"* )
df_flags="-l -H /" df_flags="-l -H /"
df_dir="/" df_dir="/"
;; ;;
......
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