We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb30f10 commit 57b6e18Copy full SHA for 57b6e18
1 file changed
src/app/CliTools/Utility/UnixUtility.php
@@ -128,7 +128,7 @@ public static function dockerVersion()
128
*/
129
public static function mountInfoList()
130
{
131
- $command = new CommandBuilder('df', '-a --type=ext3 --type=ext4 --type vmhgfs --type vboxsf --type prl_fs --portability');
+ $command = new CommandBuilder('df', '-a --type=ext3 --type=ext4 --type=vmhgfs --type=vboxsf --type=prl_fs --portability');
132
$command->addPipeCommand(new CommandBuilder('tail', '--lines=+2'))
133
->addPipeCommand(
134
new CommandBuilder('awk', '\'{ print $6 " " $3 " " $4 " " $5 }\'')
0 commit comments