Update service-scans.toml

Minor changes to command variable in order to bring it in-line with other commands / output filename formats.
This commit is contained in:
Tib3rius 2019-05-20 11:26:11 -04:00 committed by GitHub
parent 64a0773892
commit 2ec71674a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ service-names = [
[[nfs.scan]]
name = 'showmount'
command = 'showmount -e {address} > "{scandir}/showmount.txt"'
command = 'showmount -e {address} 2>&1 | tee "{scandir}/{protocol}_{port}_showmount.txt"'
[nntp]