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