Merge branch 'cassandra-4.1' into cassandra-5.0

* cassandra-4.1:
  Bug in generate.sh removal of jobs
This commit is contained in:
Bereng 2024-02-26 07:46:34 +01:00
commit 939fbfa63f
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.