From c65f9944e0325b2d37cfbed8c8ba0bad5aa81ab1 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 9 Mar 2019 21:51:51 +0000 Subject: [PATCH] etc/profile.d/pdsh.sh --- etc/profile.d/pdsh.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/profile.d/pdsh.sh b/etc/profile.d/pdsh.sh index 4ab3da4f..c2bb4873 100644 --- a/etc/profile.d/pdsh.sh +++ b/etc/profile.d/pdsh.sh @@ -1,3 +1,4 @@ +# pdsh.sh which pdsh > /dev/null || return 0 export PDSH_RCMD_TYPE=ssh -[ -r ~/.hosts.pdsh ] && export WCOLL=~/.hosts.pdsh +[ -r ~/.pdsh.hosts ] && export WCOLL=~/.hosts.pdsh -- 2.47.3