Skip to content

Commit 7d5890b

Browse files
authored
Update publish_transaction.sh
1 parent 9c0b4c2 commit 7d5890b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cvmfs_deployment/publish_transaction.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cd /tmp
33
lock=~/cron_install_cmssw.lock
44
ERR=0
5-
cvmfs_server publish || ERR=1
6-
if [ "$ERR" = "1" ] ; then cvmfs_server abort -f || ERR=1 ; fi
5+
cvmfs_server publish ${CVMFS_REPOSITORY} || ERR=1
6+
if [ "$ERR" = "1" ] ; then cvmfs_server abort -f ${CVMFS_REPOSITORY} || ERR=1 ; fi
77
rm -f $lock
88
exit $ERR

0 commit comments

Comments
 (0)