1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

ctdb-tests: Silence a ShellCheck warning

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Ralph Boehme <slow@samba.org>

Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Sat Feb 29 11:53:42 UTC 2020 on sn-devel-184
This commit is contained in:
Martin Schwenke 2020-02-29 20:53:28 +11:00 committed by Ralph Boehme
parent c2dba1f53b
commit 1e72fbdde0

View File

@ -449,8 +449,9 @@ local_daemons_tail_log ()
onnode_common
# shellcheck disable=SC2016
# shellcheck disable=SC2016,SC2046
# $CTDB_BASE must only be expanded under onnode, not in top-level shell
# Intentional word splitting to separate log filenames
tail -f $(onnode -q "$_nodes" 'echo ${CTDB_BASE}/log.ctdb')
}