diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-05 05:55:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-05 07:15:14 +0000 |
commit | 314c6e81d879985ccc380cad5bc1928282ce6d7d (patch) | |
tree | 869bed8ff47d6da99b4b4b58ccfec1443662031a | |
parent | Merging upstream version 20210905. (diff) | |
download | open-infrastructure-service-tools-314c6e81d879985ccc380cad5bc1928282ce6d7d.tar.xz open-infrastructure-service-tools-314c6e81d879985ccc380cad5bc1928282ce6d7d.zip |
Updating hook debconf handling for dehydrated-hook rename.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/open-infrastructure-dehydrated-tools.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/open-infrastructure-dehydrated-tools.postinst b/debian/open-infrastructure-dehydrated-tools.postinst index 2ddde24..f6c71c7 100755 --- a/debian/open-infrastructure-dehydrated-tools.postinst +++ b/debian/open-infrastructure-dehydrated-tools.postinst @@ -123,7 +123,7 @@ case "${1}" in ;; esac - HOOK="/usr/bin/dehydrated-hook.d" + HOOK="/usr/bin/dehydrated-hook" if [ ! -e "${CONFFILE}" ] then |