Skip to content

Commit

Permalink
Merge pull request #343 from asmorodskyi/container_startup
Browse files Browse the repository at this point in the history
Propagate dumpstate via container-startup
  • Loading branch information
asmorodskyi authored Jan 5, 2024
2 parents 19258e9 + 2da89f4 commit 056c2c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container-startup
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ case "$CMD" in
"rmclusters")
python3 manage.py rmclusters
;;
"dumpstate")
python3 manage.py dumpstate
;;
*)
python3 manage.py "$@"
esac

0 comments on commit 056c2c6

Please sign in to comment.