Skip to content

Commit

Permalink
fix deleting
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Dec 17, 2024
1 parent 8e10717 commit e42874a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/loculus/silo_import_job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ download_data() {
# Generate the preprocessing config file with the lineage file for the current pipeline version.
# the lineage definition file needs to be downloaded first.
prepare_preprocessing_config() {
rm $lineage_definition_file $preprocessing_config_file_merged
rm -f $lineage_definition_file $preprocessing_config_file_merged

if [[ -z "$LINEAGE_DEFINITIONS" ]]; then
echo "No LINEAGE_DEFINITIONS given, nothing to configure;"
Expand Down

0 comments on commit e42874a

Please sign in to comment.