Skip to content
Snippets Groups Projects
Commit 07337e69 authored by Simon Spannagel's avatar Simon Spannagel Committed by Jens Kroeger
Browse files

Deployment: switch to CVMFS S3 storage

(cherry picked from commit 0369d760)
parent 90256811
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
#Get the line for the CVMFS status and chech if server is transaction
clicdp_status=`cvmfs_server list | grep clicdp`
if [[ $clicdp_status == *"(stratum0 / local)"* ]]; then
if [[ $clicdp_status == *"(stratum0 / S3)"* ]]; then
echo "No ongoing CVMFS transaction detected, initializing new transaction."
# Start transaction
cvmfs_server transaction clicdp.cern.ch
......
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