mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
check if we can find smbclient in path
This commit is contained in:
parent
82f961896f
commit
7ddcd96e47
3 changed files with 24 additions and 3 deletions
|
|
@ -153,7 +153,7 @@ class Server {
|
|||
* @return \Icewind\SMB\IShare
|
||||
*/
|
||||
public function getShare($name) {
|
||||
return new Share($this, $name);
|
||||
return new Share($this, $name, $this->system);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue