servisys / ispconfig_setup

ISPConfig autoinstaller and setup
GNU General Public License v3.0
509 stars 257 forks source link

Allow variables to be predefined #186

Closed RazielleS closed 7 years ago

RazielleS commented 7 years ago

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!

servisys commented 7 years ago

Sounds good :)