wouldn't it be nice if I could remember to use my own abstractions

This commit is contained in:
RogueAI42 2017-06-16 23:58:46 +10:00
parent 50bd1ab402
commit 9516d774aa

View file

@ -126,7 +126,7 @@ namespace ShiftOS.Engine
{
get
{
return Bash.RunCommand("df --output='fstype'").Split('\n')[dfrow];
return ourdf("fstype");
}
}