We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cvmfs_server abort -f
1 parent 4c1a7d9 commit 9fa46f7Copy full SHA for 9fa46f7
scripts/ingest-tarball.sh
@@ -187,7 +187,7 @@ function update_lmod_caches() {
187
if [ $ec -eq 0 ]; then
188
${cvmfs_server} publish -m "update Lmod caches after ingesting ${tar_file_basename}" "${cvmfs_repo}"
189
else
190
- ${cvmfs_server} abort "${cvmfs_repo}"
+ ${cvmfs_server} abort -f "${cvmfs_repo}"
191
error "Update of Lmod caches after ingesting ${tar_file_basename} for ${cvmfs_repo} failed!"
192
fi
193
}
0 commit comments