diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:19:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:19:15 +0000 |
commit | 3dae482cd047c8aadf4165edc59fe53a9a400b02 (patch) | |
tree | 63f4a16c0b132f1f69bd0f00ad1f493037cd8747 /debian/icingaweb2-module-fileshipper.config | |
parent | Adding upstream version 1.2.0. (diff) | |
download | icingaweb2-module-fileshipper-3dae482cd047c8aadf4165edc59fe53a9a400b02.tar.xz icingaweb2-module-fileshipper-3dae482cd047c8aadf4165edc59fe53a9a400b02.zip |
Adding debian version 1.2.0-3.debian/1.2.0-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/icingaweb2-module-fileshipper.config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/icingaweb2-module-fileshipper.config b/debian/icingaweb2-module-fileshipper.config new file mode 100755 index 0000000..effb7c7 --- /dev/null +++ b/debian/icingaweb2-module-fileshipper.config @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +MODULE=icingaweb2-module-fileshipper + +. /usr/share/debconf/confmodule + +db_settitle ${MODULE}/title +db_input low ${MODULE}/enable || true +db_go + +db_stop |