mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 07:16:40 +02:00
Dereference sym links when using du.
This commit is contained in:
@@ -59,7 +59,7 @@ class Filesize {
|
||||
}
|
||||
|
||||
private function exec_du_all($paths) {
|
||||
$cmdv = array_merge(['du', '-sb'], $paths);
|
||||
$cmdv = array_merge(['du', '-sbL'], $paths);
|
||||
$lines = $this->exec($cmdv);
|
||||
|
||||
$sizes = [];
|
||||
|
Reference in New Issue
Block a user