(no commit message)
[devwiki.git] / ConfiguringRHEL.mdwn
index f0662b4..ddc3bca 100644 (file)
@@ -15,6 +15,10 @@ The best way to do this is create a file at _/etc/profile.d/moonshot.sh_, with t
        export LD_LIBRARY_PATH=/opt/moonshot/lib64/:/usr/lib64/freeradius/:$LD_LIBRARY_PATH
     fi
 
+After, either restart your shell session, or:
+
+    source /etc/profile.d/moonshot.sh
+
 This is required as moonshot currently stores its modified libraries separately to the main system ones to avoid conflicts.  This should not be necessary in the future.