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:
parent
64a0773892
commit
2ec71674a6
|
|
@ -257,7 +257,7 @@ service-names = [
|
||||||
|
|
||||||
[[nfs.scan]]
|
[[nfs.scan]]
|
||||||
name = 'showmount'
|
name = 'showmount'
|
||||||
command = 'showmount -e {address} > "{scandir}/showmount.txt"'
|
command = 'showmount -e {address} 2>&1 | tee "{scandir}/{protocol}_{port}_showmount.txt"'
|
||||||
|
|
||||||
[nntp]
|
[nntp]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue