From 2ec71674a680ee1335bf1ca3f98ba80df64acd38 Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Mon, 20 May 2019 11:26:11 -0400 Subject: [PATCH] Update service-scans.toml Minor changes to command variable in order to bring it in-line with other commands / output filename formats. --- config/service-scans.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/service-scans.toml b/config/service-scans.toml index 583bb1b..b1d644d 100644 --- a/config/service-scans.toml +++ b/config/service-scans.toml @@ -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]