We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca1af5 commit 71ea5d5Copy full SHA for 71ea5d5
install/install.php
@@ -344,6 +344,8 @@
344
if($conf['nginx']['installed'] == true && $conf['nginx']['init_script'] != '') system($inst->getinitcommand($conf['nginx']['init_script'], 'restart').' &> /dev/null');
345
if($conf['ufw']['installed'] == true && $conf['ufw']['init_script'] != '') system($inst->getinitcommand($conf['ufw']['init_script'], 'restart').' &> /dev/null');
346
347
+} else {
348
+
349
//* In expert mode, we select the services in the following steps, only db is always available
350
$conf['services']['mail'] = false;
351
$conf['services']['web'] = false;
0 commit comments