aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ShiftOS_TheReturn/Lunix.cs2
1 files changed, 1 insertions, 1 deletions
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");
}
}