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
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')
}