Fix samba-tool testparm (#1650)

The actual command "samba-tool" was missing to run the "testparm" subcommand.
pull/1652/head
Per Skenhall 2021-09-27 18:48:44 +02:00 committed by GitHub
parent 70a717d297
commit 33c2fe4b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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