#!/bin/sh set -e # Source debconf library. . /usr/share/debconf/confmodule #################" not useful for a sqlite3 database ################### # get the password for the database # db_input high wims-lti/dbPassword || true # db_go # Check the answer. # db_get wims-lti/dbPassword || true # if [ -z "$RET" ]; then # if the response was empty, choose randomly # db_set wims-lti/dbPassword $(pwgen -s 12 1) # db_go # fi ######################################################################### db_input high wims-lti/adminEmail || true db_go db_input high wims-lti/adminPassword || true db_go db_input high wims-lti/virtualHost || true db_go db_input high wims-lti/timeout || true db_go