#!/bin/sh -ex . /usr/share/debconf/confmodule db_get openwebrx/admin_user_configured || true if [ "${RET}" != true ]; then db_input high openwebrx/admin_user_password || true db_go fi