summaryrefslogtreecommitdiffstats
path: root/debian/icingaweb2-module-fileshipper.config
blob: effb7c7196ca0a0d5dfa2c2cbe41dde583f1cb15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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