Skip to content

Commit

Permalink
add link on NFS-mounted dir to make librs available on all nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
nadyawilliams committed Jan 14, 2015
1 parent 09212a1 commit 416fcaf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nodes/cadd-server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
mkdir -p /opt/cadd/logs
chown tomcat /opt/cadd/logs

if [ -d /share/opal ]; then
if [ -d /state/partition1/opal/libraries ]; then
(cd /share/opal; rm -rf libraries; ln -s /state/partition1/opal/libraries .)
fi
fi

</post>

</kickstart>
Expand Down

0 comments on commit 416fcaf

Please sign in to comment.