Fix samba-tool testparm (#1650)
The actual command "samba-tool" was missing to run the "testparm" subcommand.pull/1652/head
parent
70a717d297
commit
33c2fe4b88
|
@ -801,7 +801,7 @@ sudo chown -hR openhab:openhab /etc/openhab /opt/openhab/conf
|
|||
Finally check the configuration file for correctness and restart Samba to load the new settings:
|
||||
|
||||
```shell
|
||||
testparm
|
||||
samba-tool testparm
|
||||
|
||||
# Linux init systems based on sysVinit
|
||||
sudo service smbd restart
|
||||
|
|
Loading…
Reference in New Issue