4 lines
136 B
Plaintext
4 lines
136 B
Plaintext
|
# if no image run ./build first
|
||
|
source ./build $1
|
||
|
[[ $force ]] && shift 1
|
||
|
udbuild try -e test.env -m /opt/caddy/conf -h conf ${@:-shell}
|