9 lines
130 B
Bash
9 lines
130 B
Bash
#!/bin/bash
|
|
|
|
source /etc/warewulf-container.conf
|
|
|
|
set -euxo pipefail
|
|
|
|
# Run the domain
|
|
podman exec -ti ${CONTAINER_NAME} wwctl $@
|