mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user