Skip to content
Snippets Groups Projects
Commit 03495248 authored by Florian Schaal's avatar Florian Schaal
Browse files

fixed type (Fixes: #4445)

parent a8c7aba1
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ class cronjob_monitor_raid extends cronjob { ...@@ -178,7 +178,7 @@ class cronjob_monitor_raid extends cronjob {
if($retval === 0) { if($retval === 0) {
// TYPOWORX FIX | Determine Controler-ID // 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); $data['output'] = shell_exec('tw_cli info ' . $availableControlers);
$state = 'ok'; $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