From 5f8c1e6a1c47c93a465435a2ebb62959c044fd65 Mon Sep 17 00:00:00 2001 From: Jared Whiklo Date: Tue, 4 Oct 2016 14:47:03 -0500 Subject: [PATCH] Fix misspelled feature name - Release Branch (#64) * Fix misspelled feature name * Also check for correct config file --- install_scripts/fedora_camel_toolbox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_scripts/fedora_camel_toolbox.sh b/install_scripts/fedora_camel_toolbox.sh index 30f0ace..02f9ed8 100644 --- a/install_scripts/fedora_camel_toolbox.sh +++ b/install_scripts/fedora_camel_toolbox.sh @@ -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