Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lolo888
ISPConfig 3
Commits
3c866394
Commit
3c866394
authored
Sep 25, 2010
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for $conf['ispconfig_log_dir']
parent
793f323b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
install/lib/installer_base.lib.php
install/lib/installer_base.lib.php
+2
-2
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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