Skip to content
Snippets Groups Projects
Commit f83c96b8 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

storage: fix typo in create-object-reference-partitions

parent 63fbdee2
No related branches found
Tags cassandra-checks-20240308.1
No related merge requests found
......@@ -11,9 +11,9 @@ case "$1" in
echo "Running swh command $@"
exec swh $@
;;
"create-object-references-partitions")
echo "Running swh storage create-object-references-partitions $(date +%Y-%m-%d) $(date -d '+1 month' +%Y-%m-%d)"
exec swh --log-level ${LOG_LEVEL} storage create-object-references-partitions "$(date +%Y-%m-%d)" "$(date -d '+1 month' +%Y-%m-%d)"
"create-object-reference-partitions"|"create-object-references-partitions")
echo "Running swh storage create-object-reference-partitions $(date +%Y-%m-%d) $(date -d '+1 month' +%Y-%m-%d)"
exec swh --log-level ${LOG_LEVEL} storage create-object-reference-partitions "$(date +%Y-%m-%d)" "$(date -d '+1 month' +%Y-%m-%d)"
;;
*)
echo Starting the swh-storage API server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment