Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
d452b525
Commit
d452b525
authored
Aug 09, 2016
by
Till Brehm
Browse files
Append mysql update errors to the log file instead of overwriting it.
parent
e2fbdbfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/update.lib.php
View file @
d452b525
...
...
@@ -208,7 +208,7 @@ function updateDbAndIni() {
if
(
in_array
(
$next_db_version
,
explode
(
','
,
$silent_update_versions
)))
{
$cmd
.
=
' > /dev/null 2> /dev/null'
;
}
else
{
$cmd
.
=
' > /var/log/ispconfig_install.log 2> /var/log/ispconfig_install.log'
;
$cmd
.
=
' >
>
/var/log/ispconfig_install.log 2>
>
/var/log/ispconfig_install.log'
;
}
system
(
$cmd
);
...
...
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