Skip to content

Commit

Permalink
Fix misspelled feature name - Release Branch (#64)
Browse files Browse the repository at this point in the history
* Fix misspelled feature name

* Also check for correct config file
  • Loading branch information
whikloj authored and ruebot committed Oct 4, 2016
1 parent ff318bf commit 5f8c1e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_scripts/fedora_camel_toolbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ if [ ! -f "/opt/karaf/etc/org.fcrepo.camel.service.activemq.cfg" ]; then
fi

# LDPath
if [ ! -f "/opt/karaf/etc/org.fcrepo.camel.service.ldpath.cfg" ]; then
/opt/karaf/bin/client -u karaf -h localhost -a 8101 "feature:install fcrepo-camel-ldpath"
if [ ! -f "/opt/karaf/etc/org.fcrepo.camel.ldpath.cfg" ]; then
/opt/karaf/bin/client -u karaf -h localhost -a 8101 "feature:install fcrepo-ldpath"
fi
sed -i 's|fcrepo.authUsername=$|fcrepo.authUsername=fedoraAdmin|' /opt/karaf/etc/org.fcrepo.camel.ldpath.cfg
sed -i 's|fcrepo.authPassword=$|fcrepo.authPassword=secret3|' /opt/karaf/etc/org.fcrepo.camel.ldpath.cfg
Expand Down

0 comments on commit 5f8c1e6

Please sign in to comment.