I intend to use this script for an automated installation of ISPconfig in a docker container.
To get it working I needed to streamline some of the variable definitions, so it will prevent dialogs from showing up if these variables are already set.
It also fixes a small bug in the mysql script, where mysql tries to start up and then fails after a while.
With these changes, a fully unattended installation (in debian 8 and with most of the default settings) worked for me, although I still got some minor warnings here and there. But this might also be docker-specific issues, which I will analyse soon.
Hello
I intend to use this script for an automated installation of ISPconfig in a docker container. To get it working I needed to streamline some of the variable definitions, so it will prevent dialogs from showing up if these variables are already set.
It also fixes a small bug in the mysql script, where mysql tries to start up and then fails after a while.
With these changes, a fully unattended installation (in debian 8 and with most of the default settings) worked for me, although I still got some minor warnings here and there. But this might also be docker-specific issues, which I will analyse soon.
Thanks and keep up the good work!