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
lolo888
ISPConfig 3
Commits
3c866394
Commit
3c866394
authored
Sep 25, 2010
by
tbrehm
Browse files
Fixes for $conf['ispconfig_log_dir']
parent
793f323b
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
3c866394
...
...
@@ -1544,8 +1544,8 @@ class installer_base {
}
$root_cron_jobs
=
array
(
"* * * * *
$install_dir
/server/server.sh > /dev/null 2>>
$conf['ispconfig_log_dir']
/cron.log"
,
"30 00 * * *
$install_dir
/server/cron_daily.sh > /dev/null 2>>
$conf['ispconfig_log_dir']
/cron.log"
"* * * * *
"
.
$install_dir
.
"
/server/server.sh > /dev/null 2>>
"
.
$conf
[
'ispconfig_log_dir'
]
.
"
/cron.log"
,
"30 00 * * *
"
.
$install_dir
.
"
/server/cron_daily.sh > /dev/null 2>>
"
.
$conf
[
'ispconfig_log_dir'
]
.
"
/cron.log"
);
foreach
(
$root_cron_jobs
as
$cron_job
)
{
if
(
!
in_array
(
$cron_job
.
"
\n
"
,
$existing_root_cron_jobs
))
{
...
...
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