Skip to content
Snippets Groups Projects
Commit 526145f4 authored by Michael Davis's avatar Michael Davis
Browse files

[cta-objectstore-tools] Updates CI for new config file

parent c0bfcef5
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,13 @@ fi
/opt/run/bin/init_objectstore.sh
. /tmp/objectstore-rc.sh
echo "cta.objectstore.backendpath $OBJECTSTOREURL" >>/etc/cta/cta-frontend-xrootd.conf
ESCAPEDURL=$(echo ${OBJECTSTOREURL} | sed 's/\//\\\//g')
sed -i "s/^.*cta.objectstore.backendpath.*$/cta.objectstore.backendpath ${ESCAPEDURL}/" /etc/cta/cta-frontend-xrootd.conf
# Set the ObjectStore URL in the ObjectStore Tools configuration
echo "ObjectStore BackendPath $OBJECTSTOREURL" >/etc/cta/cta-objectstore-tools.conf
/opt/run/bin/init_database.sh
. /tmp/database-rc.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment