mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
fix tests
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
581de1abec
commit
6b02591c8f
|
@ -56,6 +56,7 @@ stop() {
|
||||||
echo "Done."
|
echo "Done."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# shellcheck disable=SC2145
|
||||||
echo "Running $@"
|
echo "Running $@"
|
||||||
if [[ "$(basename "$1")" == "$DAEMON" ]]; then
|
if [[ "$(basename "$1")" == "$DAEMON" ]]; then
|
||||||
trap stop SIGINT SIGTERM
|
trap stop SIGINT SIGTERM
|
||||||
|
|
Loading…
Reference in New Issue
Block a user