Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
a5b0b08f
Commit
a5b0b08f
authored
Oct 01, 2020
by
Till Brehm
Browse files
Update update.php
parent
07970fa1
Pipeline
#5581
passed with stage
in 7 minutes and 28 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
install/update.php
View file @
a5b0b08f
...
...
@@ -576,7 +576,7 @@ if($reconfigure_services_answer == 'yes') {
if
(
$conf
[
'saslauthd'
][
'installed'
]
==
true
&&
$conf
[
'saslauthd'
][
'init_script'
]
!=
''
)
system
(
$inst
->
getinitcommand
(
$conf
[
'saslauthd'
][
'init_script'
],
'restart'
));
if
(
$conf
[
'amavis'
][
'installed'
]
==
true
&&
$conf
[
'amavis'
][
'init_script'
]
!=
''
)
system
(
$inst
->
getinitcommand
(
$conf
[
'amavis'
][
'init_script'
],
'restart'
));
if
(
$conf
[
'rspamd'
][
'installed'
]
==
true
&&
$conf
[
'rspamd'
][
'init_script'
]
!=
''
)
system
(
$inst
->
getinitcommand
(
$conf
[
'rspamd'
][
'init_script'
],
'restart'
));
if
(
$conf
[
'clamav'
][
'installed'
]
==
true
&&
$conf
[
'clamav'
][
'init_script'
]
!=
''
)
system
(
$inst
->
getinitcommand
(
$conf
[
'clamav'
][
'init_script'
],
'restart'
));
if
(
$conf
[
'clamav'
][
'installed'
]
==
true
&&
$conf
[
'clamav'
][
'init_script'
]
!=
''
&&
$conf
[
'amavis'
][
'installed'
]
==
true
)
system
(
$inst
->
getinitcommand
(
$conf
[
'clamav'
][
'init_script'
],
'restart'
));
if
(
$conf
[
'courier'
][
'installed'
]
==
true
){
if
(
$conf
[
'courier'
][
'courier-authdaemon'
]
!=
''
)
system
(
$inst
->
getinitcommand
(
$conf
[
'courier'
][
'courier-authdaemon'
],
'restart'
));
if
(
$conf
[
'courier'
][
'courier-imap'
]
!=
''
)
system
(
$inst
->
getinitcommand
(
$conf
[
'courier'
][
'courier-imap'
],
'restart'
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment