add support for the dump plugin in kas-container

This patch adds support to use the dump plugin in kas-container.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Felix Moessbauer
2022-12-11 08:30:29 +01:00
committed by Jan Kiszka
parent bfd6bd6195
commit 53369faf55
2 changed files with 6 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ fi
if [ -n "$1" ]; then
case "$1" in
build|checkout|for-all-repos|menu|shell|-*)
build|checkout|dump|for-all-repos|menu|shell|-*)
# SC2086: Double quote to prevent globbing and word splitting.
# shellcheck disable=2086
exec $GOSU kas "$@"