Allow specifying command in switch podman script
1 files changed, 1 insertions(+), 2 deletions(-) M scripts/switch/run-podman-build-chiaki.sh
M scripts/switch/run-podman-build-chiaki.sh => scripts/switch/run-podman-build-chiaki.sh +1 -2
@@ 7,5 7,4 @@ podman run --rm \ -w "/build/chiaki" \ -it \ thestr4ng3r/chiaki-build-switch:v2 \ - /bin/bash -c "scripts/switch/build.sh" - + ${1:-/bin/bash -c "scripts/switch/build.sh"}