diff options
Diffstat (limited to '')
-rwxr-xr-x | debian/open-infrastructure-dehydrated-tools.postinst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/open-infrastructure-dehydrated-tools.postinst b/debian/open-infrastructure-dehydrated-tools.postinst index 43f9bf9..9376f8c 100755 --- a/debian/open-infrastructure-dehydrated-tools.postinst +++ b/debian/open-infrastructure-dehydrated-tools.postinst @@ -99,16 +99,6 @@ case "${1}" in ;; esac - case "${REGISTER}" in - true) - REGISTER="yes" - ;; - - false) - REGISTER="no" - ;; - esac - case "${OCSP_FETCH}" in true) OCSP_FETCH="yes" |