Skip to content

Commit 9b91d5a

Browse files
author
A. Täffner
committed
fixed code styling (bit of a perfectionist) - Looks like someone accidentially removed an if clause here before and fixing killed styling.
1 parent fca4392 commit 9b91d5a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

install/update.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -431,16 +431,16 @@
431431
//** Configure apps vhost
432432
swriteln('Configuring Apps vhost');
433433
$inst->configure_apps_vhost();
434-
}
434+
}
435435

436-
//* Configure Jailkit
437-
if($inst->reconfigure_app('Jailkit', $reconfigure_services_answer)) {
438-
swriteln('Configuring Jailkit');
439-
$inst->configure_jailkit();
440-
}
441-
436+
//* Configure Jailkit
437+
if($inst->reconfigure_app('Jailkit', $reconfigure_services_answer)) {
438+
swriteln('Configuring Jailkit');
439+
$inst->configure_jailkit();
442440
}
443441

442+
}
443+
444444
if($conf['services']['xmpp'] && $inst->reconfigure_app('XMPP', $reconfigure_services_answer)) {
445445
//** Configure Metronome XMPP
446446
$inst->configure_xmpp('dont-create-certs');

0 commit comments

Comments
 (0)