Commit f4cb85f3 authored by Till Brehm's avatar Till Brehm
Browse files

Do not ask questions in autoinstall expert mode.

parent 522f2bda
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -190,6 +190,7 @@ class installer_base {

    public function force_configure_app($service, $enable_force=true) {
		$force = false;
		if(AUTOINSTALL == true) return false;
		if($enable_force == true) {
			swriteln("[WARN] autodetect for $service failed");
		} else {