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