From 6f52e35b02507c44eb69c80d0aa91e9ba9a2d978 Mon Sep 17 00:00:00 2001 From: Ben Schermel Date: Fri, 5 Jun 2020 16:07:30 -0400 Subject: [PATCH] fix missing sentinel Former-commit-id: 01fe9274e8cb73a065d8550f220d07e5eacd0156 --- pkg/deb/debian/keydb-pro-tools.install | 1 + pkg/deb/debian_dh9/keydb-pro-tools.install | 1 + 2 files changed, 2 insertions(+) diff --git a/pkg/deb/debian/keydb-pro-tools.install b/pkg/deb/debian/keydb-pro-tools.install index 6978cc7cd..346ad4597 100644 --- a/pkg/deb/debian/keydb-pro-tools.install +++ b/pkg/deb/debian/keydb-pro-tools.install @@ -4,3 +4,4 @@ src/keydb-check-aof /usr/bin src/keydb-check-rdb /usr/bin src/keydb-cli /usr/bin src/keydb-pro-server /usr/bin +src/keydb-sentinel /usr/bin diff --git a/pkg/deb/debian_dh9/keydb-pro-tools.install b/pkg/deb/debian_dh9/keydb-pro-tools.install index 6978cc7cd..346ad4597 100644 --- a/pkg/deb/debian_dh9/keydb-pro-tools.install +++ b/pkg/deb/debian_dh9/keydb-pro-tools.install @@ -4,3 +4,4 @@ src/keydb-check-aof /usr/bin src/keydb-check-rdb /usr/bin src/keydb-cli /usr/bin src/keydb-pro-server /usr/bin +src/keydb-sentinel /usr/bin