How to suppress a message from a program while installing it to use in a bash program?
7
votes
1
answer
422
views
**PROBLEM:**
I have a program written in bash that does a lot of stuff like install new software on the system.
One of the programs it installs has an extravagant message appear where you get some info about usage and the configuration file and what it does if you don't edit the config file.
**And then waits for user input.**
This message is a
The program that displays this message is
dialog
kind of message in a GUI:

portsentry
and the system is Debian Stretch.
**QUESTION:**
How can I suppress this message so there is no communication between my program and the user?
Asked by somethingSomething
(6209 rep)
Oct 18, 2018, 01:19 PM
Last activity: Oct 19, 2018, 12:23 AM
Last activity: Oct 19, 2018, 12:23 AM