Merge branch 'cassandra-5.0' into trunk

* cassandra-5.0:
  Bug in generate.sh removal of jobs
This commit is contained in:
Bereng 2024-02-26 07:49:03 +01:00
commit 81e253b166
1 changed files with 2 additions and 2 deletions

View File

@ -262,8 +262,8 @@ delete_job()
sed -Ei.bak "/^ - ${2}/d" "$1"
}
file="$BASEDIR/$1"
delete_yaml_block "$file" "${2}"
delete_yaml_block "$file" "start_${2}"
delete_yaml_block "$file" "${2}:"
delete_yaml_block "$file" "start_${2}:"
}
# Define function to remove any unneeded repeated jobs.