Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
#695: Fixes __reap call and missed variable rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeathe committed Jun 12, 2019
1 parent 0bd1b43 commit 6ef33d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ DOCKER_PUBLISH := $(shell \
define DOCKER_CONTAINER_PARAMETERS
--name $(DOCKER_NAME) \
--restart $(DOCKER_RESTART_POLICY) \
--env "ENABLE_REAPER=$(ENABLE_REAPER)" \
--env "REAPER_TIMEOUT=$(REAPER_TIMEOUT)" \
--env "SSH_AUTHORIZED_KEYS=$(SSH_AUTHORIZED_KEYS)" \
--env "SSH_AUTOSTART_REAPER=$(SSH_AUTOSTART_REAPER)" \
--env "SSH_AUTOSTART_SSHD=$(SSH_AUTOSTART_SSHD)" \
--env "SSH_AUTOSTART_SSHD_BOOTSTRAP=$(SSH_AUTOSTART_SSHD_BOOTSTRAP)" \
--env "SSH_AUTOSTART_SUPERVISOR_STDOUT=$(SSH_AUTOSTART_SUPERVISOR_STDOUT)" \
Expand Down
2 changes: 1 addition & 1 deletion src/usr/sbin/reaper
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function __is_valid_reaper_timeout ()

function __reap ()
{
return kill \
kill \
-s "${signal:-TERM}" \
"${pid:-1}"
}
Expand Down

0 comments on commit 6ef33d5

Please sign in to comment.