mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
wouldn't it be nice if I could remember to use my own abstractions
This commit is contained in:
parent
50bd1ab402
commit
9516d774aa
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ namespace ShiftOS.Engine
|
|||
{
|
||||
get
|
||||
{
|
||||
return Bash.RunCommand("df --output='fstype'").Split('\n')[dfrow];
|
||||
return ourdf("fstype");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue