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