From d3bcc7903c2a95d5c019f43eec0ad6aa0dd520a8 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmF293QIINb35puIE44kcDsoUHIhUGyq84" Date: Wed, 9 Nov 2011 10:14:41 -0500 Subject: [PATCH] --- ConfiguringRHEL.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfiguringRHEL.mdwn b/ConfiguringRHEL.mdwn index ddc3bca..30acacc 100644 --- a/ConfiguringRHEL.mdwn +++ b/ConfiguringRHEL.mdwn @@ -10,7 +10,7 @@ This guide walks through deploying the client, IdP and SP portions of moonshot - __LD_LIBRARY_PATH__ has to have _/opt/moonshot/lib64/_ and _/usr/lib64/freeradius_ added to it.
The best way to do this is create a file at _/etc/profile.d/moonshot.sh_, with the following: - if [ [ $LD_LIBRARY_PATH != */opt/moonshot/lib64/:/usr/lib64/freeradius/* ] ] + if \[[ $LD_LIBRARY_PATH != */opt/moonshot/lib64/:/usr/lib64/freeradius/* ]] then export LD_LIBRARY_PATH=/opt/moonshot/lib64/:/usr/lib64/freeradius/:$LD_LIBRARY_PATH fi -- 2.1.4