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
a25a150d
Commit
a25a150d
authored
Jan 16, 2017
by
Till Brehm
Browse files
Merge branch 'stable-3.1' into 'stable-3.1'
fixed type (Fixes: #4445) See merge request !507
parents
a8c7aba1
03495248
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/cron.d/100-monitor_raid.inc.php
View file @
a25a150d
...
...
@@ -178,7 +178,7 @@ class cronjob_monitor_raid extends cronjob {
if
(
$retval
===
0
)
{
// TYPOWORX FIX | Determine Controler-ID
$availableControlers
=
shell_exec
(
'tw_cli info | grep -Eo "c[0-9]+'
);
$availableControlers
=
shell_exec
(
'tw_cli info | grep -Eo "c[0-9]+
"
'
);
$data
[
'output'
]
=
shell_exec
(
'tw_cli info '
.
$availableControlers
);
$state
=
'ok'
;
...
...
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