Skip to content

Commit

Permalink
Update start_transaction.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Jan 29, 2025
1 parent 05e2efe commit 2ee42b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvmfs_deployment/start_transaction.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ if [ "$LOCK_CVMFS" != "false" ] ; then
done
fi

cvmfs_server transaction || ((cvmfs_server abort -f || rm -fR /var/spool/cvmfs/${cvmfs_repo}/is_publishing.lock) && cvmfs_server transaction)
cvmfs_server transaction || ((cvmfs_server abort -f ${CVMFS_REPOSITORY} || rm -fR /var/spool/cvmfs/${cvmfs_repo}/is_publishing.lock) && cvmfs_server transaction)

0 comments on commit 2ee42b5

Please sign in to comment.