Skip to content

Commit 71ea5d5

Browse files
author
Florian Schaal
committed
fixed install.php - adding missing else after standard-mode
1 parent bca1af5 commit 71ea5d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/install.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@
344344
if($conf['nginx']['installed'] == true && $conf['nginx']['init_script'] != '') system($inst->getinitcommand($conf['nginx']['init_script'], 'restart').' &> /dev/null');
345345
if($conf['ufw']['installed'] == true && $conf['ufw']['init_script'] != '') system($inst->getinitcommand($conf['ufw']['init_script'], 'restart').' &> /dev/null');
346346

347+
} else {
348+
347349
//* In expert mode, we select the services in the following steps, only db is always available
348350
$conf['services']['mail'] = false;
349351
$conf['services']['web'] = false;

0 commit comments

Comments
 (0)