5 lines
132 B
Bash
Executable file
5 lines
132 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
podman pod stop "code-forge"
|
|
|
|
echo "WARN: The runner process must be stopped manually since it's not a container."
|