Skip to content

Commit c297afe

Browse files
authored
Merge pull request #184 from bedroge/update_lmod_fix
Fix auto-update of Lmod caches
2 parents 8675554 + dd7f6a1 commit c297afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ingest-tarball.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ function update_lmod_caches() {
180180
then
181181
error "the script for updating the Lmod caches (${update_caches_script}) does not have execute permissions!"
182182
fi
183-
cvmfs_server transaction "${repo}"
183+
${cvmfs_server} transaction "${repo}"
184184
${update_caches_script} /cvmfs/${repo}/${basedir}/${version}
185-
cvmfs_server publish -m "update Lmod caches after ingesting ${tar_file_basename}" "${repo}"
185+
${cvmfs_server} publish -m "update Lmod caches after ingesting ${tar_file_basename}" "${repo}"
186186
}
187187

188188
function ingest_init_tarball() {

0 commit comments

Comments
 (0)