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