File: websimba.config

package info (click to toggle)
simba 0.8.4-6
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 576 kB
  • sloc: perl: 2,645; sh: 163; makefile: 51
file content (12 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -e

## Source debconf library
. /usr/share/debconf/confmodule

# which web-server should I use?
db_input high websimba/webserver || true
db_go 

exit 0