From 9516d774aa7f670522fb354b6f4ca15aa8a5d796 Mon Sep 17 00:00:00 2001 From: RogueAI42 Date: Fri, 16 Jun 2017 23:58:46 +1000 Subject: [PATCH] wouldn't it be nice if I could remember to use my own abstractions --- ShiftOS_TheReturn/Lunix.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShiftOS_TheReturn/Lunix.cs b/ShiftOS_TheReturn/Lunix.cs index 529cb71..3a07916 100644 --- a/ShiftOS_TheReturn/Lunix.cs +++ b/ShiftOS_TheReturn/Lunix.cs @@ -126,7 +126,7 @@ namespace ShiftOS.Engine { get { - return Bash.RunCommand("df --output='fstype'").Split('\n')[dfrow]; + return ourdf("fstype"); } }