kalmemrn
This commit is contained in:
parent
f05a233e5d
commit
e41b5be731
1 changed files with 1 additions and 1 deletions
2
samba
2
samba
|
@ -40,7 +40,7 @@ GPLv2
|
|||
=cut
|
||||
|
||||
SMBSTATUS=${smbstatus:-$(command -v sudo smbstatus)}
|
||||
SMBSTATUS=${SMBSTATUS:-sudo /usr/bin/smbstatus}
|
||||
SMBSTATUS=${SMBSTATUS:-$(sudo /usr/bin/smbstatus)}
|
||||
|
||||
if [ "$1" = "autoconf" ]; then
|
||||
if [ -x "$SMBSTATUS" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue