Skip to content

Commit 0349524

Browse files
committed
fixed type (Fixes: #4445)
1 parent a8c7aba commit 0349524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/cron.d/100-monitor_raid.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public function onRunJob() {
178178
if($retval === 0) {
179179

180180
// TYPOWORX FIX | Determine Controler-ID
181-
$availableControlers = shell_exec('tw_cli info | grep -Eo "c[0-9]+');
181+
$availableControlers = shell_exec('tw_cli info | grep -Eo "c[0-9]+"');
182182
$data['output'] = shell_exec('tw_cli info ' . $availableControlers);
183183

184184
$state = 'ok';

0 commit comments

Comments
 (0)