debian-mirror-gitlab/debian/config

12 lines
197 B
Text
Raw Normal View History

2015-10-24 13:00:34 +05:30
#!/bin/sh
# config maintainer script for gitlab
set -e
# source debconf stuffs
. /usr/share/debconf/confmodule
# DB password can be left blank
db_input high gitlab/dbpass || true
db_go || true