#!/bin/bash # Source debconf library. . /usr/share/debconf/confmodule # Fetching configuration from debconf db_get srsran/install_configs_question ANSWER1=$RET if [ $ANSWER1 == "true" ]; then srsran_install_configs.sh user fi #DEBHELPER#