mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-04-15 06:57:28 +00:00
Some checks failed
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 8m46s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
Assisted By: Claude Code Signed-off-by: Paige Patton <prubenda@redhat.com>
8 lines
145 B
Bash
8 lines
145 B
Bash
#!/bin/bash
|
|
# Run SSH setup
|
|
./containers/setup-ssh.sh
|
|
# Change to kraken directory
|
|
|
|
# Execute the main command
|
|
exec python3.9 run_kraken.py "$@"
|