From cfff4e9706dbf4d3119f1e7cfb2f2cfc3cc3e6f8 Mon Sep 17 00:00:00 2001 From: Ben Schermel Date: Fri, 5 Jun 2020 16:04:05 -0400 Subject: [PATCH] fix missing sentinel Former-commit-id: c36773777d61e9210d8c05274d26b7819dcb7c23 --- pkg/deb/debian/keydb-tools.install | 1 + pkg/deb/debian_dh9/keydb-tools.install | 1 + 2 files changed, 2 insertions(+) diff --git a/pkg/deb/debian/keydb-tools.install b/pkg/deb/debian/keydb-tools.install index bcd67d080..166faeafd 100644 --- a/pkg/deb/debian/keydb-tools.install +++ b/pkg/deb/debian/keydb-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-server /usr/bin +src/keydb-sentinel /usr/bin diff --git a/pkg/deb/debian_dh9/keydb-tools.install b/pkg/deb/debian_dh9/keydb-tools.install index dc838bb71..80ffefe07 100644 --- a/pkg/deb/debian_dh9/keydb-tools.install +++ b/pkg/deb/debian_dh9/keydb-tools.install @@ -4,3 +4,4 @@ src/keydb-benchmark /usr/bin src/keydb-check-aof /usr/bin src/keydb-check-rdb /usr/bin src/keydb-cli /usr/bin +src/keydb-sentinel /usr/bin