debian-mirror-gitlab/debian/config
2016-01-22 22:09:40 +05:30

16 lines
238 B
Bash
Executable file

#!/bin/sh
# config maintainer script for gitlab
set -e
# source debconf stuffs
. /usr/share/debconf/confmodule
# What is your fqdn?
db_input high gitlab/fqdn || true
db_go
# Do you want https?
db_input high gitlab/ssl || true
db_go