Skip to content

Commit f4cb85f

Browse files
author
Till Brehm
committed
Do not ask questions in autoinstall expert mode.
1 parent 522f2bd commit f4cb85f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ public function find_installed_apps() {
190190

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

0 commit comments

Comments
 (0)