From: Nicolas Boisselier Date: Sat, 9 Mar 2019 21:51:51 +0000 (+0000) Subject: etc/profile.d/pdsh.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=c65f9944e0325b2d37cfbed8c8ba0bad5aa81ab1;p=nb.git etc/profile.d/pdsh.sh --- 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