I am running a Python script with Fabric, which sent the bash script remotely and executed. The script should run on several remote servers automatically (without user intervention).
But when I install these 2 packages, the command line prompts a little difficulty inviting the GUI. This will cause the bash script to appear in standby mode, waiting for user input to continue.
- mysql-server (user prompt for root password)
- postfix (Request some configuration settings)
Is there an alternative to customizing the process without prompting the GUI on the command line?
source share