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
Zvonimir
ISPConfig 3
Commits
c9262595
Commit
c9262595
authored
Feb 18, 2014
by
Till Brehm
Browse files
Path extension for non jailed cronjbs not working.
parent
10b13b85
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/cron_plugin.inc.php
View file @
c9262595
...
...
@@ -213,7 +213,7 @@ class cron_plugin {
}
$command
.
=
"
\t
"
;
if
(
$job
[
'type'
]
=
=
'chrooted'
&&
substr
(
$job
[
'command'
],
0
,
1
)
!=
"/"
)
$command
.
=
$this
->
parent_domain
[
'document_root'
]
.
'/'
;
if
(
$job
[
'type'
]
!
=
'chrooted'
&&
substr
(
$job
[
'command'
],
0
,
1
)
!=
"/"
)
$command
.
=
$this
->
parent_domain
[
'document_root'
]
.
'/'
;
$command
.
=
$job
[
'command'
];
}
...
...
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