mirror of
https://github.com/zoriya/flood.git
synced 2026-06-02 11:06:35 +00:00
remove useless option (#825)
This commit is contained in:
committed by
John Furrow
parent
344a148cff
commit
4964e30107
@@ -19,7 +19,7 @@ const filterMountPoint =
|
||||
|
||||
const diskUsage = {
|
||||
linux: () =>
|
||||
execFile('df --block-size=1024 --portability | tail -n+2', {
|
||||
execFile('df | tail -n+2', {
|
||||
shell: true,
|
||||
maxBuffer: 4096,
|
||||
}).then(({stdout}) =>
|
||||
|
||||
Reference in New Issue
Block a user