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 fca4392 commit 9b91d5aCopy full SHA for 9b91d5a
install/update.php
@@ -431,16 +431,16 @@
431
//** Configure apps vhost
432
swriteln('Configuring Apps vhost');
433
$inst->configure_apps_vhost();
434
- }
+ }
435
436
- //* Configure Jailkit
437
- if($inst->reconfigure_app('Jailkit', $reconfigure_services_answer)) {
438
- swriteln('Configuring Jailkit');
439
- $inst->configure_jailkit();
440
441
-
+ //* Configure Jailkit
+ if($inst->reconfigure_app('Jailkit', $reconfigure_services_answer)) {
+ swriteln('Configuring Jailkit');
+ $inst->configure_jailkit();
442
}
443
+
444
if($conf['services']['xmpp'] && $inst->reconfigure_app('XMPP', $reconfigure_services_answer)) {
445
//** Configure Metronome XMPP
446
$inst->configure_xmpp('dont-create-certs');
0 commit comments