Skip to content
Snippets Groups Projects
Commit a25a150d authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch 'stable-3.1' into 'stable-3.1'

fixed type (Fixes: #4445)



See merge request !507
parents a8c7aba1 03495248
No related branches found
No related tags found
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment