Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
remove useless option (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj authored and jfurrow committed Sep 14, 2019
1 parent 344a148 commit 4964e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/services/diskUsageService.js
Expand Up @@ -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}) =>
Expand Down

0 comments on commit 4964e30

Please sign in to comment.