mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
commit
15479bda21
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class System implements ISystem {
|
|||
|
||||
if ($result === 0 && isset($output[0])) {
|
||||
$this->paths[$binary] = (string)$output[0];
|
||||
} else if (is_executable("/usr/bin/$binary")) {
|
||||
} elseif (is_executable("/usr/bin/$binary")) {
|
||||
$this->paths[$binary] = "/usr/bin/$binary";
|
||||
} else {
|
||||
$this->paths[$binary] = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue