Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: 5fa134b9061d0b794e9e5b887a8ea4ee15fecb61 Component: engine
10 lines
145 B
Bash
10 lines
145 B
Bash
#!/usr/bin/env bash
|
|
|
|
bundle .integration-daemon-start
|
|
bundle .integration-daemon-setup
|
|
|
|
export ABS_DEST
|
|
bash +e
|
|
|
|
bundle .integration-daemon-stop
|